Under the Lake Gradient

Click to copy CSS

Under the Lake

Linear gradient Dark tone 0 views

Colors

#093028
rgb(9, 48, 40)
hsl(168, 68%, 11%)
#237A57
rgb(35, 122, 87)
hsl(156, 55%, 31%)

CSS

background: linear-gradient(90deg, #093028 0%, #237a57 100%);
      

Other Formats

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