/** * 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-8": { "100": "#F3D8D8", "200": "#E8B0B0", "300": "#DC8989", "400": "#D16161", "500": "#C53A3A", "600": "#9E2E2E", "700": "#762323", "800": "#4F1717", "900": "#330F0F" } } } } }