18 lines
785 B
XML
18 lines
785 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" preserveAspectRatio="xMidYMid slice">
|
|
<defs>
|
|
<linearGradient id="sky" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#2c3e50"/>
|
|
<stop offset="25%" stop-color="#e44d26"/>
|
|
<stop offset="55%" stop-color="#f7971e"/>
|
|
<stop offset="80%" stop-color="#ffd200"/>
|
|
<stop offset="100%" stop-color="#fceabb"/>
|
|
</linearGradient>
|
|
<linearGradient id="haze" x1="0%" y1="100%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#ff6b6b" stop-opacity="0.25"/>
|
|
<stop offset="100%" stop-color="#f8f9fa" stop-opacity="0"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="1920" height="1080" fill="url(#sky)"/>
|
|
<rect width="1920" height="1080" fill="url(#haze)"/>
|
|
</svg>
|