/** * 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": "#FCFCFC", "main-color-2": "#E3FCE3", "main-color-3": "#CAFCCB", "main-color-4": "#B0FCB2", "main-color-5": "#97FC9A", "main-color-6": "#7EFC81", "main-color-7": "#65FC68", "main-color-8": "#4CFC50", "main-color-9": "#32FC37", "main-color-10": "#19FC1F" } } } }