Compass Gradient

Click to copy CSS

Compass

Linear gradient Mixed tone 0 views

Colors

#516B8B
rgb(81, 107, 139)
hsl(213, 26%, 43%)
#056B3B
rgb(5, 107, 59)
hsl(152, 91%, 22%)

CSS

background: linear-gradient(90deg, #516b8b 0%, #056b3b 100%);
      

Other Formats

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