/** * 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": "#EBEBEB", "main-color-2": "#CECECE", "main-color-3": "#B3B3B3", "main-color-4": "#989898", "main-color-5": "#7E7E7E", "main-color-6": "#656565", "main-color-7": "#4D4D4D", "main-color-8": "#373737", "main-color-9": "#212121", "main-color-10": "#0B0B0B" } } } }