Turquoise flow Gradient

Click to copy CSS

Turquoise flow

Linear gradient Mixed tone 0 views

Colors

#136A8A
rgb(19, 106, 138)
hsl(196, 76%, 31%)
#267871
rgb(38, 120, 113)
hsl(175, 52%, 31%)

CSS

background: linear-gradient(90deg, #136a8a 0%, #267871 100%);
      

Other Formats

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