/** * 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-5": { "100": "#CCFFF7", "200": "#99FFF0", "300": "#66FFE8", "400": "#33FFE0", "500": "#00FFD8", "600": "#00CCAD", "700": "#008B76", "800": "#006657", "900": "#00332B" } } } } }