/** * 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-4": { "100": "#FFCCCD", "200": "#FF999B", "300": "#FF6668", "400": "#FF3336", "500": "#FF0004", "600": "#CC0003", "700": "#990002", "800": "#660002", "900": "#430001" } } } } }