Summer Festival
The vibrant colors of a Japanese summer festival at dusk.
CSS
background: linear-gradient(to right, #C33764, #1D2671);
Tailwind CSS
bg-gradient-to-r from-[#C33764] to-[#1D2671]
#C33764
#1D2671
The vibrant colors of a Japanese summer festival at dusk.
background: linear-gradient(to right, #C33764, #1D2671);
bg-gradient-to-r from-[#C33764] to-[#1D2671]