<svg width="420" height="300">
<rect width="420" height="260" fill="rgba(205, 235, 250)"></rect>
svg`<svg width="420" height="300">
<circle cx="70" cy="70" r="60" fill="rgba(153, 153, 255, 0.5)" stroke="red" stroke-width="10"></circle>
<circle cx="210" cy="70" r="60" fill="rgba(153, 153, 255, 0.5)" stroke="green" stroke-width="10"></circle>
<circle cx="350" cy="70" r="60" fill="rgba(153, 153, 255, 0.5)" stroke="blue" stroke-width="10"></circle>
<circle cx="140" cy="130" r="60" fill="rgba(153, 153, 255, 0.5)" stroke="orange" stroke-width="10"></circle>
<circle cx="280" cy="130" r="60" fill="rgba(153, 153, 255, 0.5)" stroke="brown" stroke-width="10"></circle>
<circle cx="210" cy="190" r="60" fill="rgba(153, 153, 255, 0.5)" stroke="pink" stroke-width="10"></circle>
</svg>`
</svg>