/** * 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": "#99CCCC", "400": "#80BFBF", "500": "#55AAAA", "600": "#448888", "700": "#336666", "800": "#224444", "900": "#112222" } } } } }