17 lines
752 B
XML
17 lines
752 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" width="1920" height="1080">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" stop-color="#312e81"/>
|
||
|
|
<stop offset="50%" stop-color="#4338ca"/>
|
||
|
|
<stop offset="100%" stop-color="#6d28d9"/>
|
||
|
|
</linearGradient>
|
||
|
|
<filter id="blur1">
|
||
|
|
<feGaussianBlur stdDeviation="120"/>
|
||
|
|
</filter>
|
||
|
|
</defs>
|
||
|
|
<rect width="1920" height="1080" fill="url(#bg)"/>
|
||
|
|
<circle cx="300" cy="200" r="260" fill="#818cf8" opacity="0.35" filter="url(#blur1)"/>
|
||
|
|
<circle cx="1650" cy="850" r="320" fill="#c084fc" opacity="0.35" filter="url(#blur1)"/>
|
||
|
|
<circle cx="1500" cy="150" r="200" fill="#22d3ee" opacity="0.25" filter="url(#blur1)"/>
|
||
|
|
</svg>
|