/** * 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-6": { "100": "#E0EBEB", "200": "#C2D6D6", "300": "#A3C2C2", "400": "#85ADAD", "500": "#669999", "600": "#527A7A", "700": "#3D5C5C", "800": "#304848", "900": "#141F1F" } } } } }