Pure Lust Gradient

Click to copy CSS

Pure Lust

Linear gradient Dark tone 0 views

Colors

#333333
rgb(51, 51, 51)
hsl(0, 0%, 20%)
#DD1818
rgb(221, 24, 24)
hsl(0, 80%, 48%)

CSS

background: linear-gradient(90deg, #333333 0%, #dd1818 100%);
      

Other Formats

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