/** * 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-7": { "100": "#DBF4FF", "200": "#99E0FF", "300": "#66D0FF", "400": "#33C1FF", "500": "#00B1FF", "600": "#008ECC", "700": "#006A99", "800": "#004766", "900": "#002333" } } } } }