/** * 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": "#F2F2F2", "main-color-2": "#D6D6D6", "main-color-3": "#BABABA", "main-color-4": "#9F9F9F", "main-color-5": "#858585", "main-color-6": "#6C6C6C", "main-color-7": "#535353", "main-color-8": "#3C3C3C", "main-color-9": "#272727", "main-color-10": "#121212" } } } }