/** * 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-3": { "100": "#DAFFCC", "200": "#B5FF99", "300": "#90FF66", "400": "#6CFF33", "500": "#47FF00", "600": "#39CC00", "700": "#2A9900", "800": "#195A00", "900": "#0E3300" } } } } }