/** * 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-5": { "100": "#E3D2F9", "200": "#C6A5F3", "300": "#AA78ED", "400": "#8D4AE8", "500": "#721FE2", "600": "#5A17B5", "700": "#441287", "800": "#2D0C5A", "900": "#17062D" } } } } }