/** * 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": "#EDCCFF", "200": "#DB99FF", "300": "#C966FF", "400": "#B733FF", "500": "#A500FF", "600": "#8400CC", "700": "#630099", "800": "#420066", "900": "#160022" } } } } }