/** * 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-3": { "100": "#CCFFFF", "200": "#99FEFF", "300": "#66FEFF", "400": "#33FEFF", "500": "#00FDFF", "600": "#00CBCC", "700": "#00A7A8", "800": "#006566", "900": "#003333" } } } } }