/** * 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": "#DDEEEE", "200": "#BBDDDD", "300": "#98CDCD", "400": "#76BCBC", "500": "#5CAFAF", "600": "#438989", "700": "#326767", "800": "#224444", "900": "#112222" } } } } }