/** * 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": "#ECFFCC", "200": "#D9FF99", "300": "#C6FF66", "400": "#B3FF33", "500": "#9FFF00", "600": "#80CC00", "700": "#609900", "800": "#406600", "900": "#203300" } } } } }