/** * 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-9": { "100": "#EAD1FA", "200": "#D5A3F5", "300": "#BF74F1", "400": "#AA46EC", "500": "#9921E8", "600": "#7713B9", "700": "#590E8B", "800": "#3C0A5C", "900": "#1E052E" } } } } }