/** * 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": "#00332B", "main-color-2": "#05332C", "main-color-3": "#0A332D", "main-color-4": "#0F332E", "main-color-5": "#14332E", "main-color-6": "#1A332F", "main-color-7": "#1F3330", "main-color-8": "#243331", "main-color-9": "#293331", "main-color-10": "#2E3332" } } } }