Dull Gradient
Click to copy CSS
Dull
Linear gradient
Pink tone
0 views
Colors
#C9D6FF
rgb(201, 214, 255)
hsl(226, 100%, 89%)
#E2E2E2
rgb(226, 226, 226)
hsl(0, 0%, 89%)
CSS
background: linear-gradient(90deg, #c9d6ff 0%, #e2e2e2 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#c9d6ff] to-[#e2e2e2]
Inline CSS
style="background: linear-gradient(90deg, #c9d6ff 0%, #e2e2e2 100%)"