Blue Red Gradient

Click to copy CSS

Blue Red

Linear gradient Mixed tone 0 views

Colors

#36B1C7
rgb(54, 177, 199)
hsl(189, 57%, 50%)
#960B33
rgb(150, 11, 51)
hsl(343, 86%, 32%)

CSS

background: linear-gradient(90deg, #36b1c7 0%, #960b33 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#36b1c7] to-[#960b33]
Inline CSS
style="background: linear-gradient(90deg, #36b1c7 0%, #960b33 100%)"