/** * 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-2": { "100": "#CCFFF5", "200": "#99FFEA", "300": "#66FFE0", "400": "#33FFD6", "500": "#00FFCB", "600": "#00CCA3", "700": "#00997A", "800": "#00634F", "900": "#003329" } } } } }