/** * 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-4": { "100": "#CCFFF1", "200": "#99FFE3", "300": "#66FFD5", "400": "#33FFC7", "500": "#00FFB9", "600": "#00CC94", "700": "#00996F", "800": "#00664A", "900": "#002118" } } } } }