/** * 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": "#FEFEFE", "main-color-2": "#E1E1E1", "main-color-3": "#C5C5C5", "main-color-4": "#AAAAAA", "main-color-5": "#909090", "main-color-6": "#767676", "main-color-7": "#5D5D5D", "main-color-8": "#464646", "main-color-9": "#303030", "main-color-10": "#1B1B1B" } } } }