/** * 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": "#D9F2E8", "200": "#BCE9D7", "300": "#8CD9BA", "400": "#65CDA3", "500": "#3FC08C", "600": "#329A70", "700": "#267354", "800": "#194D38", "900": "#0D261C" } } } } }