Netflix Gradient

Click to copy CSS

Netflix

Linear gradient Mixed tone 0 views

Colors

#8E0E00
rgb(142, 14, 0)
hsl(6, 100%, 28%)
#1F1C18
rgb(31, 28, 24)
hsl(34, 13%, 11%)

CSS

background: linear-gradient(90deg, #8e0e00 0%, #1f1c18 100%);
      

Other Formats

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