/** * 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": "#E7F1DA", "200": "#D0E4B4", "300": "#B8D68F", "400": "#A0C86A", "500": "#89BB44", "600": "#6A9135", "700": "#527029", "800": "#374B1B", "900": "#1B250E" } } } } }