/** * 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-8": { "100": "#FBD0D0", "200": "#F7A1A1", "300": "#F37272", "400": "#F04747", "500": "#EC1313", "600": "#BD0F0F", "700": "#8D0C0C", "800": "#5E0808", "900": "#2F0404" } } } } }