/** * 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-5": { "100": "#F1F4D7", "200": "#E3EAAE", "300": "#D5DF86", "400": "#C7D45E", "500": "#B9CA35", "600": "#8E9B29", "700": "#6F7920", "800": "#4A5115", "900": "#25280B" } } } } }