/** * 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": { "color-3": { "100": "#D8F3E5", "200": "#B0E8CB", "300": "#76D7A5", "400": "#61D197", "500": "#3AC57D", "600": "#2E9E64", "700": "#23764B", "800": "#174F32", "900": "#0C2719" } } } } }