/** * 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-1": { "100": "#D6F4F5", "200": "#ADEAEB", "300": "#85DFE0", "400": "#5CD4D6", "500": "#33CACC", "600": "#29A1A3", "700": "#1F797A", "800": "#155354", "900": "#0A2829" } } } } }