/** * 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": "#E2F1DA", "200": "#C4E4B4", "300": "#A7D68F", "400": "#89C969", "500": "#6CBB44", "600": "#569636", "700": "#417029", "800": "#2E501D", "900": "#16250E" } } } } }