CSS Gradients — a practical guide to CSS gradients with clear examples you can reuse in real projects.
CSS Tutorial Series (53/109). Prefer one article? Read the complete CSS tutorial.
Short description
Use subtle gradients for atmosphere; avoid muddy multi-stop noise.
Gradient
.hero {
background: linear-gradient(160deg, #0f766e, #134e4a);
}