Petal Air Gradient

Click to copy CSS

Petal Air

Linear gradient Pink tone 0 views

Colors

#E9B7CE
rgb(233, 183, 206)
hsl(332, 53%, 82%)
#D3F3F1
rgb(211, 243, 241)
hsl(176, 57%, 89%)

CSS

background: linear-gradient(90deg, #e9b7ce 0%, #d3f3f1 100%);
      

Other Formats

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