Oceanic Flow Gradient
Click to copy CSS
Oceanic Flow
Linear gradient
Mixed tone
0 views
Colors
#9FCCFA
rgb(159, 204, 250)
hsl(210, 90%, 80%)
#0974F1
rgb(9, 116, 241)
hsl(212, 93%, 49%)
CSS
background: linear-gradient(90deg, #9fccfa 0%, #0974f1 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#9fccfa] to-[#0974f1]
Inline CSS
style="background: linear-gradient(90deg, #9fccfa 0%, #0974f1 100%)"