/** * 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-7": { "100": "#D1D1FA", "200": "#A3A3F5", "300": "#7575F0", "400": "#3A3AEA", "500": "#1919E6", "600": "#1414B8", "700": "#0F0F8A", "800": "#0A0A5C", "900": "#05052E" } } } } }