/** * 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": "#CCF2FF", "200": "#99E5FF", "300": "#66D7FF", "400": "#33CAFF", "500": "#00BDFF", "600": "#0097CC", "700": "#006183", "800": "#004C66", "900": "#002633" } } } } }