Gentle Sky Gradient
Click to copy CSS
Gentle Sky
Linear gradient
Pink tone
0 views
Colors
#F7E9E8
rgb(247, 233, 232)
hsl(4, 48%, 94%)
#E9F0AA
rgb(233, 240, 170)
hsl(66, 70%, 80%)
#99ACEB
rgb(153, 172, 235)
hsl(226, 67%, 76%)
CSS
background: linear-gradient(90deg, #f7e9e8 0%, #e9f0aa 50%, #99aceb 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#f7e9e8] to-[#99aceb]
Inline CSS
style="background: linear-gradient(90deg, #f7e9e8 0%, #e9f0aa 50%, #99aceb 100%)"