/** * 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-9": { "100": "#D2F9D4", "200": "#A5F3A9", "300": "#78ED7E", "400": "#4BE753", "500": "#2DE336", "600": "#18B420", "700": "#128718", "800": "#0C5A10", "900": "#062D08" } } } } }