/** * To use these colors in Tailwind, you need to extend your tailwind.config.js file. * * For details see: * https://tailwindcss.com/docs/customizing-colors/#extending-the-default-palette * * To use own names for the colors, change the node names "main-color-*" and "color-*". */ { "theme": { "extend": { "colors": { "color-1": { "100": "#F5FCCF", "200": "#ECF99F", "300": "#E2F66F", "400": "#D9F33F", "500": "#CFF00F", "600": "#A5BF0C", "700": "#7C9009", "800": "#536006", "900": "#293003" } } } } }