/** * 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": "#CCE4FF", "200": "#99C8FF", "300": "#66ADFF", "400": "#3392FF", "500": "#0076FF", "600": "#005FCC", "700": "#004799", "800": "#002F66", "900": "#001833" } } } } }