/** * 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-2": { "100": "#E2EDDE", "200": "#C4DABE", "300": "#A7C89D", "400": "#8AB57D", "500": "#6CA35C", "600": "#57824A", "700": "#436539", "800": "#2B4125", "900": "#162112" } } } } }