/** * 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-9": { "100": "#CCFFEE", "200": "#99FFDC", "300": "#66FFCB", "400": "#33FFB9", "500": "#00FFA8", "600": "#00CC86", "700": "#009965", "800": "#006643", "900": "#00291B" } } } } }