/** * 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": "#CCF3FF", "200": "#99E7FF", "300": "#66DAFF", "400": "#33CEFF", "500": "#00C2FF", "600": "#009BCC", "700": "#007499", "800": "#004E66", "900": "#002733" } } } } }