/** * 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-4": { "100": "#D8F3EE", "200": "#B1E7DC", "300": "#8BDACB", "400": "#64CEB9", "500": "#3DC2A8", "600": "#319B86", "700": "#257465", "800": "#1C594D", "900": "#0C2722" } } } } }