Blush Light Gradient
Click to copy CSS
Blush Light
Linear gradient
Pink tone
0 views
Colors
#FFDDE1
rgb(255, 221, 225)
hsl(353, 100%, 93%)
#EE9CA7
rgb(238, 156, 167)
hsl(352, 71%, 77%)
CSS
background: linear-gradient(120deg, #ffdde1 0%, #ee9ca7 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#ffdde1] to-[#ee9ca7]
Inline CSS
style="background: linear-gradient(120deg, #ffdde1 0%, #ee9ca7 100%)"