Ocean Dust Gradient
Click to copy CSS
Ocean Dust
Linear gradient
Mixed tone
0 views
Colors
#9BB2E5
rgb(155, 178, 229)
hsl(221, 59%, 75%)
#698CBF
rgb(105, 140, 191)
hsl(216, 40%, 58%)
CSS
background: linear-gradient(90deg, #9bb2e5 0%, #698cbf 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#9bb2e5] to-[#698cbf]
Inline CSS
style="background: linear-gradient(90deg, #9bb2e5 0%, #698cbf 100%)"