How to use this tool
- Pick gradient type (linear, radial, or conic) and adjust the angle.
- Set each colour stop's colour and position using the controls.
- The preview and CSS update live. Click "Copy CSS" to grab the code.
Example output
For a two-stop linear gradient from #ff6ec7 at 0% to #7b61ff at 100° at 135°: background: linear-gradient(135deg, #ff6ec7 0%, #7b61ff 100%);