/** * 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-1": { "100": "#D5D5F6", "200": "#AAAAEE", "300": "#8080E5", "400": "#5555DD", "500": "#2B2BD4", "600": "#2222AA", "700": "#1A1A7F", "800": "#111155", "900": "#09092B" } } } } }