Celestial Gradient

Click to copy CSS

Celestial

Linear gradient Mixed tone 0 views

Colors

#C33764
rgb(195, 55, 100)
hsl(341, 56%, 49%)
#1D2671
rgb(29, 38, 113)
hsl(234, 59%, 28%)

CSS

background: linear-gradient(90deg, #c33764 0%, #1d2671 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#c33764] to-[#1d2671]
Inline CSS
style="background: linear-gradient(90deg, #c33764 0%, #1d2671 100%)"