/** * 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-5": { "100": "#F1DADA", "200": "#E4B4B4", "300": "#D68F8F", "400": "#CF7C7C", "500": "#BB4444", "600": "#953737", "700": "#702929", "800": "#4B1B1B", "900": "#250E0E" } } } } }