/** * 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": "#F0DBDB", "200": "#E1B7B7", "300": "#D39494", "400": "#C46E6E", "500": "#B54A4A", "600": "#913B3B", "700": "#6C2D2D", "800": "#481E1E", "900": "#240F0F" } } } } }