/** * 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": "#F2D6FF", "200": "#DF99FF", "300": "#CE66FF", "400": "#BE33FF", "500": "#AE00FF", "600": "#8B00CC", "700": "#680099", "800": "#460066", "900": "#230033" } } } } }