/** * 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-7": { "100": "#CDFEE9", "200": "#9AFED4", "300": "#68FDBE", "400": "#36FCA9", "500": "#04FB93", "600": "#03CD78", "700": "#029758", "800": "#01653B", "900": "#01321D" } } } } }