/** * 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-2": { "100": "#D9CCFF", "200": "#B299FF", "300": "#8C66FF", "400": "#6633FF", "500": "#4000FF", "600": "#3300CC", "700": "#260099", "800": "#190066", "900": "#0D0033" } } } } }