/** * 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": "#EAE1E1", "200": "#D5C3C3", "300": "#BFA6A6", "400": "#AA8888", "500": "#956A6A", "600": "#775555", "700": "#594040", "800": "#3C2A2A", "900": "#261B1B" } } } } }