/** * 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-8": { "100": "#D3F8F8", "200": "#A7F1F1", "300": "#7BEAEA", "400": "#4FE3E3", "500": "#24DBDB", "600": "#1CB0B0", "700": "#189494", "800": "#0E5858", "900": "#072C2C" } } } } }