/** * 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": "#46DBBA", "main-color-2": "#16BF9F", "main-color-3": "#00A385", "main-color-4": "#00886C", "main-color-5": "#006E54", "main-color-6": "#00553C", "main-color-7": "#003C27", "main-color-8": "#002712", "main-color-9": "#000000" } } } }