/** * 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": "#DFDAF1", "200": "#C0B5E3", "300": "#A090D5", "400": "#816CC6", "500": "#7058BF", "600": "#4E3993", "700": "#3A2A6F", "800": "#271C4A", "900": "#130E25" } } } } }