/** * 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-10": { "100": "#E1E1EA", "200": "#C2C3D6", "300": "#A4A5C1", "400": "#8587AD", "500": "#676998", "600": "#4E5074", "700": "#3E3F5B", "800": "#292A3D", "900": "#15151E" } } } } }