Storm Cell Gradient
Pale grey darkening into charcoal.
Open in the gradient generator →
Color Stops
#B0BEC5
#546E7A
#212121
Storm Cell CSS Code
HEX Copy
background: #B0BEC5; background: radial-gradient(at center bottom, #B0BEC5 0%, #546E7A 50%, #212121 100%);
RGBA Copy
background: rgba(176, 190, 197, 1.0); background: radial-gradient(at center bottom, rgba(176, 190, 197, 1.0) 0%, rgba(84, 110, 122, 1.0) 50%, rgba(33, 33, 33, 1.0) 100%);
HSLA Copy
background: hsla(200, 15%, 73%, 1.0); background: radial-gradient(at center bottom, hsla(200, 15%, 73%, 1.0) 0%, hsla(199, 18%, 40%, 1.0) 50%, hsla(0, 0%, 13%, 1.0) 100%);
More Gradient Presets
FAQ
What is the Storm Cell gradient?Pale grey darkening into charcoal.
What's the CSS code for the Storm Cell gradient?
Use
background: radial-gradient(at center bottom, #B0BEC5 0%, #546E7A 50%, #212121 100%);. RGBA and HSLA versions are also available on this page.