/** * 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-1": { "100": "#CCFBFF", "200": "#99F6FF", "300": "#66F2FF", "400": "#33EEFF", "500": "#00EAFF", "600": "#00BBCC", "700": "#00838F", "800": "#005D66", "900": "#002F33" } } } } }