<svg width="600" height="600" >
<defs>
<linearGradient x1="0%" x2="0%"y1="0%" y2="100%"id="yanse" >
<stop offset="0%" style="stop-color:skyblue"></stop>
<stop offset="100%" style="stop-color:red"></stop>
</linearGradient>
</defs>
<ellipse cx="200 " cy="100" rx="180" ry="100" fill="url(#yanse)"/>
</svg>