Midnight City Gradient
Click to copy CSS
Midnight City
Linear gradient
Dark tone
0 views
Colors
#232526
rgb(35, 37, 38)
hsl(200, 4%, 14%)
#414345
rgb(65, 67, 69)
hsl(210, 3%, 26%)
CSS
background: linear-gradient(90deg, #232526 0%, #414345 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#232526] to-[#414345]
Inline CSS
style="background: linear-gradient(90deg, #232526 0%, #414345 100%)"