/** * 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": "#949494", "main-color-2": "#948585", "main-color-3": "#947676", "main-color-4": "#946868", "main-color-5": "#945959", "main-color-6": "#944A4A", "main-color-7": "#943B3B", "main-color-8": "#942C2C", "main-color-9": "#941E1E", "main-color-10": "#940F0F" } } } }