Synth Stream Gradient

Click to copy CSS

Synth Stream

Linear gradient Mixed tone 0 views

Colors

#42047E
rgb(66, 4, 126)
hsl(270, 94%, 25%)
#07F49E
rgb(7, 244, 158)
hsl(158, 94%, 49%)

CSS

background: linear-gradient(90deg, #42047e 0%, #07f49e 100%);
      

Other Formats

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