/** * 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": "#D2F9EB", "200": "#A5F3D7", "300": "#78EDC3", "400": "#4BE7AF", "500": "#2DE3A2", "600": "#18B47C", "700": "#12875D", "800": "#0C5A3E", "900": "#062D1F" } } } } }