/** * 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-9": { "100": "#F6D5D5", "200": "#EEAAAA", "300": "#E58080", "400": "#DD5555", "500": "#D42B2B", "600": "#AD2323", "700": "#7F1A1A", "800": "#551111", "900": "#2A0909" } } } } }