/** * 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-2": { "100": "#FFF5CC", "200": "#FFEB99", "300": "#FFE066", "400": "#FFD633", "500": "#FFCC00", "600": "#CCA300", "700": "#997A00", "800": "#665200", "900": "#332900" } } } } }