/** * 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": "#008A75", "main-color-2": "#33A58F", "main-color-3": "#53C0A9", "main-color-4": "#71DCC4", "main-color-5": "#8EF9E0", "main-color-6": "#ABFFFD", "main-color-7": "#C8FFFF", "main-color-8": "#E5FFFF", "main-color-9": "#FFFFFF" } } } }