Linear gradients use the selected angle in degrees, while radial gradients use the selected circle or ellipse shape. The copied result is a single background declaration that you can paste into a stylesheet.
You can add multiple color stops, choose each color, and set its position from 0 to 100 percent. The generated CSS sorts stops by position before joining them, which keeps the gradient declaration predictable.
Common questions and answers about this topic.
Linear and radial gradients are supported, with full control over angle, shape, and color stop positions.
Yes, add as many color stops as needed with customizable positions to create complex gradient effects.
Yes, it outputs standard CSS gradient syntax that works in all modern browsers.
No, gradient CSS generation happens entirely in your browser. Your color choices and settings are processed locally — nothing is sent to any server.