16 lines
837 B
XML
16 lines
837 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 900" fill="none">
|
|
<defs>
|
|
<radialGradient id="a" cx="0" cy="0" r="1" gradientTransform="translate(720 180) rotate(90) scale(280 560)" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#FFE7BA" stop-opacity=".9"/>
|
|
<stop offset=".45" stop-color="#8AD8A6" stop-opacity=".35"/>
|
|
<stop offset="1" stop-color="#0F172A" stop-opacity="0"/>
|
|
</radialGradient>
|
|
<radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="translate(1160 220) rotate(90) scale(220 360)" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#7DD3FC" stop-opacity=".22"/>
|
|
<stop offset="1" stop-color="#7DD3FC" stop-opacity="0"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<rect width="1440" height="900" fill="url(#a)"/>
|
|
<rect width="1440" height="900" fill="url(#b)"/>
|
|
</svg>
|