/** * 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": "#EBE0E0", "200": "#D6C2C2", "300": "#C2A3A3", "400": "#AE8484", "500": "#996666", "600": "#7B5151", "700": "#5C3D3D", "800": "#3D2929", "900": "#1F1414" } } } } }