Sin City Red Gradient

Click to copy CSS

Sin City Red

Linear gradient Red tone 0 views

Colors

#ED213A
rgb(237, 33, 58)
hsl(353, 85%, 53%)
#93291E
rgb(147, 41, 30)
hsl(6, 66%, 35%)

CSS

background: linear-gradient(90deg, #ed213a 0%, #93291e 100%);
      

Other Formats

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