/** * 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-1": { "100": "#CCFFE6", "200": "#99FFCE", "300": "#66FFB5", "400": "#33FF9C", "500": "#00FF83", "600": "#00CC69", "700": "#00994F", "800": "#006635", "900": "#004021" } } } } }