/** * 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": "#ABABAB", "main-color-2": "#AB9999", "main-color-3": "#AB8A8A", "main-color-4": "#AB7878", "main-color-5": "#AB6666", "main-color-6": "#AB5454", "main-color-7": "#AB4545", "main-color-8": "#AB3333", "main-color-9": "#AB2121", "main-color-10": "#AB1212" } } } }