/** * 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-2": { "100": "#F1DAE3", "200": "#E4B4C7", "300": "#D68FAC", "400": "#C96990", "500": "#BB4474", "600": "#96365D", "700": "#812F50", "800": "#4B1B2E", "900": "#250E17" } } } } }