/** * 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-7": { "100": "#DBF0DD", "200": "#B6E2BA", "300": "#92D398", "400": "#6EC476", "500": "#47B051", "600": "#3B9143", "700": "#2C6D32", "800": "#1D4921", "900": "#0F2411" } } } } }