/** * 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": "#FFFECC", "200": "#FFFD99", "300": "#FFFC66", "400": "#FFFB33", "500": "#FFFA00", "600": "#CCC800", "700": "#999600", "800": "#666400", "900": "#333200" } } } } }