/** * 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-1": { "100": "#FCCFD9", "200": "#F99FB3", "300": "#F66F8D", "400": "#F44A70", "500": "#F00F41", "600": "#C00C34", "700": "#900927", "800": "#60061A", "900": "#30030D" } } } } }