/** * 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": "#E2CCFF", "200": "#C599FF", "300": "#A866FF", "400": "#8B33FF", "500": "#6300E6", "600": "#5800CC", "700": "#420099", "800": "#2C0066", "900": "#160033" } } } } }