Skyline Gradient
Click to copy CSS
Skyline
Linear gradient
Mixed tone
0 views
Colors
#1488CC
rgb(20, 136, 204)
hsl(202, 82%, 44%)
#2B32B2
rgb(43, 50, 178)
hsl(237, 61%, 43%)
CSS
background: linear-gradient(90deg, #1488cc 0%, #2b32b2 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#1488cc] to-[#2b32b2]
Inline CSS
style="background: linear-gradient(90deg, #1488cc 0%, #2b32b2 100%)"