CSS Gradient Generator
Developer ToolsBuild a two-stop linear-gradient snippet with a live preview.
Β°
Calculated Result
linear-gradient(90deg, #2563eb, #7c3aed)
Formula: CSS linear-gradient(angle, c1, c2)
About this calculator
This is a starter, not a full mesh editor. Paste the CSS into a stylesheet.
How It Works & Formula
Formulalinear-gradient(angle, c1, c2)
linear-gradient({deg}deg, {c1}, {c2}).