/** * 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": { "main-color-1": "#7058BF", "main-color-2": "#6145BF", "main-color-3": "#5332BF", "main-color-4": "#441FBF", "main-color-5": "#350CBF", "main-color-6": "#2D00BF" } } } }