/** * 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-5": { "100": "#EBE0E0", "200": "#D7C1C1", "300": "#C4A1A1", "400": "#B08282", "500": "#996161", "600": "#7D4F4F", "700": "#5E3B3B", "800": "#3E2828", "900": "#1F1414" } } } } }