/** * 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-3": { "100": "#F4E0D7", "200": "#E9BFAB", "300": "#DFA386", "400": "#D5845D", "500": "#CA6535", "600": "#A2512A", "700": "#793D20", "800": "#512815", "900": "#28140B" } } } } }