/** * 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": "#E4FBFB", "200": "#A6F2F2", "300": "#7AEBEB", "400": "#4DE5E5", "500": "#21DEDE", "600": "#1AB2B2", "700": "#148585", "800": "#0D5959", "900": "#072C2C" } } } } }