/** * 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-3": { "100": "#F7D5D4", "200": "#F0AAA8", "300": "#E8807D", "400": "#E15651", "500": "#D92B26", "600": "#AE231E", "700": "#961E1A", "800": "#57110F", "900": "#2B0908" } } } } }