/** * 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": "#CCFEFF", "200": "#99FDFF", "300": "#66FCFF", "400": "#33FBFF", "500": "#00FAFF", "600": "#00C9CD", "700": "#009699", "800": "#006466", "900": "#003233" } } } } }