/** * 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": "#FDCEDD", "200": "#FB9DBA", "300": "#F96C98", "400": "#F63C75", "500": "#F40B53", "600": "#CC0945", "700": "#930632", "800": "#620421", "900": "#310211" } } } } }