/** * 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-10": { "100": "#FAD1D1", "200": "#F5A3A3", "300": "#F17474", "400": "#EC4646", "500": "#E71818", "600": "#B91313", "700": "#8B0E0E", "800": "#4D0808", "900": "#2E0505" } } } } }