Bighead Gradient

Click to copy CSS

Bighead

Linear gradient Red tone 0 views

Colors

#C94B4B
rgb(201, 75, 75)
hsl(0, 54%, 54%)
#4B134F
rgb(75, 19, 79)
hsl(296, 61%, 19%)

CSS

background: linear-gradient(90deg, #c94b4b 0%, #4b134f 100%);
      

Other Formats

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