Nighthawk Gradient
Click to copy CSS
Nighthawk
Linear gradient
Mixed tone
0 views
Colors
#2980B9
rgb(41, 128, 185)
hsl(204, 64%, 44%)
#2C3E50
rgb(44, 62, 80)
hsl(210, 29%, 24%)
CSS
background: linear-gradient(90deg, #2980b9 0%, #2c3e50 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#2980b9] to-[#2c3e50]
Inline CSS
style="background: linear-gradient(90deg, #2980b9 0%, #2c3e50 100%)"