/** * 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": "#CCF2FF", "200": "#99E4FF", "300": "#66D7FF", "400": "#33C9FF", "500": "#00BCFF", "600": "#0094C9", "700": "#007199", "800": "#004B66", "900": "#002633" } } } } }