/** * 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-7": { "100": "#DAF9FF", "200": "#99EEFF", "300": "#66E6FF", "400": "#33DEFF", "500": "#00D6FF", "600": "#00ABCC", "700": "#008099", "800": "#005566", "900": "#002B33" } } } } }