/** * 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-2": { "100": "#CCE4FF", "200": "#99C9FF", "300": "#66AEFF", "400": "#3394FF", "500": "#0079FF", "600": "#0061CC", "700": "#004899", "800": "#003066", "900": "#001833" } } } } }