Red Mist Gradient

Click to copy CSS

Red Mist

Linear gradient Dark tone 0 views

Colors

#000000
rgb(0, 0, 0)
hsl(0, 0%, 0%)
#E74C3C
rgb(231, 76, 60)
hsl(6, 78%, 57%)

CSS

background: linear-gradient(90deg, #000000 0%, #e74c3c 100%);
      

Other Formats

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