<svg width="100%">
<linearGradient id="gradient">
<stop offset="0%" style="stop-color: red; stop-opacity: 1" />
<stop offset="50%" style="stop-color: yellow; stop-opacity: .3" />
<stop offset="100%" style="stop-color: green; stop-opacity: 1" />
</linearGradient>
<rect x="20" y="20" width="300" height="100" style="fill: url(#gradient)"></rect>
</svg>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.