/** * 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": "#CCFFF9", "200": "#99FFF4", "300": "#66FFEE", "400": "#33FFE9", "500": "#00FFE3", "600": "#00C0AB", "700": "#009988", "800": "#00665B", "900": "#00332D" } } } } }