/** * 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": "#E7EEDD", "200": "#D0DCBC", "300": "#B8CB9A", "400": "#A1B979", "500": "#89A857", "600": "#667D41", "700": "#526534", "800": "#374323", "900": "#1B2211" } } } } }