/** * 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": "#B3F3FF", "200": "#99EFFF", "300": "#66E7FF", "400": "#33DFFF", "500": "#00D7FF", "600": "#00ACCC", "700": "#008199", "800": "#005666", "900": "#002B33" } } } } }