Deep Space Gradient
Near-black fading to charcoal, a quiet void.
Open in the gradient generator →
Color Stops
#000000
#434343
Deep Space CSS Code
HEX Copy
background: #000000; background: linear-gradient(180deg, #000000 0%, #434343 100%);
RGBA Copy
background: rgba(0, 0, 0, 1.0); background: linear-gradient(180deg, rgba(0, 0, 0, 1.0) 0%, rgba(67, 67, 67, 1.0) 100%);
HSLA Copy
background: hsla(0, 0%, 0%, 1.0); background: linear-gradient(180deg, hsla(0, 0%, 0%, 1.0) 0%, hsla(0, 0%, 26%, 1.0) 100%);
Similar Gradients
More Gradient Presets
FAQ
What is the Deep Space gradient?Near-black fading to charcoal, a quiet void.
What's the CSS code for the Deep Space gradient?
Use
background: linear-gradient(180deg, #000000 0%, #434343 100%);. RGBA and HSLA versions are also available on this page.