<svg width="600" heigth="600" viewBox="0 0 100 100">
<defs>
<linearGradient id="se" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:pink"/>
<stop offset="0%" style="stop-color:yellow"/>
<stop offset="50%" style="stop-color:red"/>
<stop offset="100%" style="stop-color:blue"/>
</linearGradient>
</defs>
<ellipse cx="40" cy="40" rx="30" ry="20" fill="url(#se)"/>
</svg>