/** * 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": "#7ECDAC", "main-color-2": "#6ACDA3", "main-color-3": "#55CD9A", "main-color-4": "#41CD91", "main-color-5": "#2CCD89", "main-color-6": "#18CD80", "main-color-7": "#03CD78", "main-color-8": "#00CD76" } } } }