/** * 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": "#FDCECF", "200": "#FC9C9F", "300": "#FB7D81", "400": "#F9393F", "500": "#F7080F", "600": "#C6060C", "700": "#940509", "800": "#630306", "900": "#310203" } } } } }