/** * 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": "#FAD1D3", "200": "#F4999D", "300": "#F0757A", "400": "#EB474E", "500": "#E61922", "600": "#B8141B", "700": "#8A0F14", "800": "#5C0A0E", "900": "#2E0507" } } } } }