/** * 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": "#FFCCCF", "200": "#FF999F", "300": "#FF666E", "400": "#FF333E", "500": "#FF000E", "600": "#CC000B", "700": "#990008", "800": "#660006", "900": "#330003" } } } } }