20 lines
966 B
XML
20 lines
966 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" width="1920" height="1080" preserveAspectRatio="xMidYMid slice" aria-label="SMK dark background">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#14161B"/>
|
|
<stop offset="0.55" stop-color="#1A1E28"/>
|
|
<stop offset="1" stop-color="#232838"/>
|
|
</linearGradient>
|
|
<radialGradient id="glow" cx="0.82" cy="0.18" r="0.55">
|
|
<stop offset="0" stop-color="#F2A65A" stop-opacity="0.16"/>
|
|
<stop offset="1" stop-color="#F2A65A" stop-opacity="0"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<rect width="1920" height="1080" fill="url(#bg)"/>
|
|
<rect width="1920" height="1080" fill="url(#glow)"/>
|
|
<!-- Soft decorative blobs -->
|
|
<circle cx="260" cy="860" r="240" fill="#E8755D" opacity="0.05"/>
|
|
<circle cx="1680" cy="240" r="300" fill="#F2A65A" opacity="0.05"/>
|
|
<circle cx="1620" cy="920" r="180" fill="#E8755D" opacity="0.04"/>
|
|
</svg>
|