Electric Petal Gradient

Click to copy CSS

Electric Petal

Linear gradient Purple tone 0 views

Colors

#ED71AD
rgb(237, 113, 173)
hsl(331, 78%, 69%)
#7277F1
rgb(114, 119, 241)
hsl(238, 82%, 70%)

CSS

background: linear-gradient(90deg, #ed71ad 0%, #7277f1 100%);
      

Other Formats

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