/** * 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-9": { "100": "#FFCCCC", "200": "#FF9999", "300": "#FF6666", "400": "#FF3333", "500": "#FF0000", "600": "#CC0000", "700": "#800000", "800": "#660000", "900": "#330000" } } } } }