/** * 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-5": { "100": "#FFCCCD", "200": "#FF989B", "300": "#FF666A", "400": "#FF3339", "500": "#FF0007", "600": "#CC0006", "700": "#990004", "800": "#660003", "900": "#330001" } } } } }