DevToolBox

SVG Gradient Generator

Create SVG linear and radial gradient definitions with customizable color stops

%
%
<linearGradient id="gradient1" x1="0%" y1="0%" x2="100%" y2="0%">
    <stop offset="0%" stop-color="#ff0000" />
    <stop offset="100%" stop-color="#0000ff" />
</linearGradient>