Cherryblossoms Gradient
Click to copy CSS
Cherryblossoms
Linear gradient
Pink tone
0 views
Colors
#FBD3E9
rgb(251, 211, 233)
hsl(327, 83%, 91%)
#BB377D
rgb(187, 55, 125)
hsl(328, 55%, 47%)
CSS
background: linear-gradient(90deg, #fbd3e9 0%, #bb377d 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#fbd3e9] to-[#bb377d]
Inline CSS
style="background: linear-gradient(90deg, #fbd3e9 0%, #bb377d 100%)"