/** * 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-3": { "100": "#F1DAF1", "200": "#E2B6E2", "300": "#D491D4", "400": "#C56DC5", "500": "#B748B7", "600": "#923A92", "700": "#6E2B6E", "800": "#491D49", "900": "#1C0B1C" } } } } }