/** * 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": "#DBF0EE", "200": "#B6E2DD", "300": "#92D3CC", "400": "#6EC4BB", "500": "#4AB5AA", "600": "#3B9188", "700": "#2C6D66", "800": "#204F4A", "900": "#0F2422" } } } } }