/** * 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-4": { "100": "#EEDDDE", "200": "#DDBBBC", "300": "#C99496", "400": "#BB777A", "500": "#A95659", "600": "#884447", "700": "#663335", "800": "#442223", "900": "#221112" } } } } }