/** * 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-7": { "100": "#E7E0EB", "200": "#CFC2D6", "300": "#B8A3C2", "400": "#A085AD", "500": "#886699", "600": "#6D527A", "700": "#523D5C", "800": "#36293D", "900": "#1B141F" } } } } }