/** * 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": "#CFCFCF", "main-color-2": "#CFBABA", "main-color-3": "#CFA5A5", "main-color-4": "#CF9191", "main-color-5": "#CF7C7C", "main-color-6": "#CF6767", "main-color-7": "#CF5353", "main-color-8": "#CF3E3E", "main-color-9": "#CF2929", "main-color-10": "#CF1515" } } } }