/** * 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": "#E0FFCC", "200": "#C1FF99", "300": "#A3FF66", "400": "#84FF33", "500": "#65FF00", "600": "#51CC00", "700": "#3D9900", "800": "#2A6A00", "900": "#143300" } } } } }