Teal Eclipse Gradient

Click to copy CSS

Teal Eclipse

Linear gradient Mixed tone 0 views

Colors

#43C197
rgb(67, 193, 151)
hsl(160, 50%, 51%)
#1C1554
rgb(28, 21, 84)
hsl(247, 60%, 21%)

CSS

background: linear-gradient(90deg, #43c197 0%, #1c1554 100%);
      

Other Formats

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