/** * 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": "#EBE1E0", "200": "#CFB6B4", "300": "#C3A4A2", "400": "#AF8683", "500": "#9B6864", "600": "#7C5350", "700": "#5D3E3C", "800": "#3E2928", "900": "#1F1514" } } } } }