Sunset Gradient

Click to copy CSS

Sunset

Linear gradient Mixed tone 0 views

Colors

#0B486B
rgb(11, 72, 107)
hsl(202, 81%, 23%)
#F56217
rgb(245, 98, 23)
hsl(20, 92%, 53%)

CSS

background: linear-gradient(90deg, #0b486b 0%, #f56217 100%);
      

Other Formats

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