21 lines
957 B
XML
21 lines
957 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" preserveAspectRatio="xMidYMid slice">
|
|
<defs>
|
|
<linearGradient id="base" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#ffecd2"/>
|
|
<stop offset="50%" stop-color="#fcb69f"/>
|
|
<stop offset="100%" stop-color="#ff9a9e"/>
|
|
</linearGradient>
|
|
<radialGradient id="petal1" cx="15%" cy="30%" r="40%">
|
|
<stop offset="0%" stop-color="#fbc2eb" stop-opacity="0.7"/>
|
|
<stop offset="100%" stop-color="#fbc2eb" stop-opacity="0"/>
|
|
</radialGradient>
|
|
<radialGradient id="petal2" cx="80%" cy="70%" r="45%">
|
|
<stop offset="0%" stop-color="#a18cd1" stop-opacity="0.45"/>
|
|
<stop offset="100%" stop-color="#a18cd1" stop-opacity="0"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<rect width="1920" height="1080" fill="url(#base)"/>
|
|
<rect width="1920" height="1080" fill="url(#petal1)"/>
|
|
<rect width="1920" height="1080" fill="url(#petal2)"/>
|
|
</svg>
|