/** * 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": "#EBE0E2", "200": "#D7C1C6", "300": "#C2A3A9", "400": "#AF858E", "500": "#9A6570", "600": "#7B515A", "700": "#5C3D43", "800": "#3E282D", "900": "#1F1416" } } } } }