/** * 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-7": { "100": "#ECDFDF", "200": "#D8C0C0", "300": "#C5A0A0", "400": "#B28080", "500": "#9F6060", "600": "#7F4D4D", "700": "#5F3A3A", "800": "#3F2727", "900": "#2E1C1C" } } } } }