/** * 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": "#FCFFCC", "200": "#F8FF99", "300": "#F5FF66", "400": "#F2FF33", "500": "#EFFF00", "600": "#BFCC00", "700": "#8F9900", "800": "#757D00", "900": "#303300" } } } } }