/** * 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-6": { "100": "#E0FFCC", "200": "#C1FF99", "300": "#A2FF66", "400": "#83FF33", "500": "#64FF00", "600": "#50CC00", "700": "#3C9900", "800": "#286600", "900": "#0D2100" } } } } }