/** * 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-4": { "100": "#F4E0F0", "200": "#E4B4DB", "300": "#D78EC8", "400": "#CA68B6", "500": "#BC43A4", "600": "#973583", "700": "#712862", "800": "#4B1B42", "900": "#260D21" } } } } }