/** * 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-8": { "100": "#FFFFCF", "200": "#FFFF99", "300": "#FFFF66", "400": "#FFFF33", "500": "#FFFF00", "600": "#CCCC00", "700": "#999900", "800": "#666600", "900": "#333300" } } } } }