/** * 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-4": { "100": "#DEEDE7", "200": "#BEDACE", "300": "#9DC8B6", "400": "#7CB69D", "500": "#5BA284", "600": "#49836A", "700": "#376250", "800": "#254135", "900": "#12211B" } } } } }