/** * 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": "#3E3E3E", "main-color-2": "#555555", "main-color-3": "#6D6D6D", "main-color-4": "#878787", "main-color-5": "#A1A1A1", "main-color-6": "#BCBCBC", "main-color-7": "#D8D8D8", "main-color-8": "#F4F4F4", "main-color-9": "#FFFFFF" } } } }