/** * 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-10": { "100": "#F5D6DF", "200": "#E8A6B8", "300": "#E0859E", "400": "#D55D7E", "500": "#CB345D", "600": "#A22A4B", "700": "#7A1F38", "800": "#511525", "900": "#290A13" } } } } }