/** * 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-10": { "100": "#E1FCFC", "200": "#A2F6F6", "300": "#74F1F1", "400": "#46ECEC", "500": "#17E8E8", "600": "#13B9B9", "700": "#0E8B8B", "800": "#095D5D", "900": "#052E2E" } } } } }