/** * 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": "#00A67D", "main-color-2": "#12A682", "main-color-3": "#21A685", "main-color-4": "#33A68A", "main-color-5": "#42A68C", "main-color-6": "#54A691", "main-color-7": "#63A694", "main-color-8": "#73A699", "main-color-9": "#85A69E", "main-color-10": "#94A6A3" } } } }