/** * 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": "#EEDAF1", "200": "#DEB5E3", "300": "#CD90D5", "400": "#BC6BC7", "500": "#AD4ABA", "600": "#893894", "700": "#672A6F", "800": "#451C4A", "900": "#220E25" } } } } }