Digital Petal Gradient

Click to copy CSS

Digital Petal

Linear gradient Mixed tone 0 views

Colors

#A4E9F9
rgb(164, 233, 249)
hsl(191, 88%, 81%)
#C5AEF2
rgb(197, 174, 242)
hsl(260, 72%, 82%)
#8578EA
rgb(133, 120, 234)
hsl(247, 73%, 69%)

CSS

background: linear-gradient(90deg, #a4e9f9 0%, #c5aef2 50%, #8578ea 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#a4e9f9] to-[#8578ea]
Inline CSS
style="background: linear-gradient(90deg, #a4e9f9 0%, #c5aef2 50%, #8578ea 100%)"