Between Night and Day Gradient
Click to copy CSS
Between Night and Day
Linear gradient
Mixed tone
0 views
Colors
#2C3E50
rgb(44, 62, 80)
hsl(210, 29%, 24%)
#3498DB
rgb(52, 152, 219)
hsl(204, 70%, 53%)
CSS
background: linear-gradient(90deg, #2c3e50 0%, #3498db 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#2c3e50] to-[#3498db]
Inline CSS
style="background: linear-gradient(90deg, #2c3e50 0%, #3498db 100%)"