/** * 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-1": { "100": "#ECF7D4", "200": "#D8EFA9", "300": "#C5E77E", "400": "#B1DF53", "500": "#9ED827", "600": "#7EAC20", "700": "#5F8118", "800": "#445D11", "900": "#202B08" } } } } }