/** * 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": "#CCF9FF", "200": "#99F2FF", "300": "#66ECFF", "400": "#33E5FF", "500": "#00DFFF", "600": "#00B4CE", "700": "#008699", "800": "#005966", "900": "#002D33" } } } } }