Back to the Future Gradient

Click to copy CSS

Back to the Future

Linear gradient Mixed tone 0 views

Colors

#C02425
rgb(192, 36, 37)
hsl(360, 68%, 45%)
#F0CB35
rgb(240, 203, 53)
hsl(48, 86%, 57%)

CSS

background: linear-gradient(90deg, #c02425 0%, #f0cb35 100%);
      

Other Formats

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