/** * 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": "#D6F5F2", "200": "#ACECE5", "300": "#83E2D8", "400": "#5AD8CB", "500": "#30CFBE", "600": "#27A598", "700": "#1D7C72", "800": "#0F403B", "900": "#0A2926" } } } } }