Mello Gradient

Click to copy CSS

Mello

Linear gradient Mixed tone 0 views

Colors

#C0392B
rgb(192, 57, 43)
hsl(6, 63%, 46%)
#8E44AD
rgb(142, 68, 173)
hsl(282, 44%, 47%)

CSS

background: linear-gradient(90deg, #c0392b 0%, #8e44ad 100%);
      

Other Formats

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