/** * 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": "#F0DCDB", "200": "#E1B8B7", "300": "#D49896", "400": "#C4716E", "500": "#B54E4A", "600": "#913E3B", "700": "#6D2F2C", "800": "#481F1E", "900": "#24100F" } } } } }