/** * 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-4": { "100": "#D1CCFF", "200": "#A499FF", "300": "#8678FF", "400": "#4833FF", "500": "#1A00FF", "600": "#1500CC", "700": "#100099", "800": "#0B0066", "900": "#050033" } } } } }