/** * 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-10": { "100": "#CCFFCC", "200": "#99FF99", "300": "#66FF66", "400": "#33FF33", "500": "#00FF00", "600": "#00CC00", "700": "#009900", "800": "#006600", "900": "#003300" } } } } }