/** * 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": "#6A9DAB", "main-color-2": "#C5D9DE", "main-color-3": "#6AAB77", "main-color-4": "#626D70", "main-color-5": "#F0F0F0", "main-color-6": "#707070" } } } }