Crimson Void Gradient

Click to copy CSS

Crimson Void

Linear gradient Mixed tone 0 views

Colors

#7F0012
rgb(127, 0, 18)
hsl(351, 100%, 25%)
#1B0A07
rgb(27, 10, 7)
hsl(9, 59%, 7%)

CSS

background: linear-gradient(90deg, #7f0012 0%, #1b0a07 100%);
      

Other Formats

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