/** * 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-2": { "100": "#E6FDFD", "200": "#A1F7F7", "300": "#71F4F4", "400": "#42F0F0", "500": "#13ECEC", "600": "#0FBDBD", "700": "#0B8E8E", "800": "#085E5E", "900": "#042F2F" } } } } }