/** * 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": "#E4D8F3", "200": "#C8B0E8", "300": "#AD89DC", "400": "#9162D0", "500": "#763AC5", "600": "#592C95", "700": "#472376", "800": "#2F174F", "900": "#180C27" } } } } }