/** * 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": "#E2EFE0", "200": "#C0DCBC", "300": "#A1CB9A", "400": "#81BA78", "500": "#62A857", "600": "#4E8745", "700": "#3B6534", "800": "#274323", "900": "#142211" } } } } }