ultisuite-client/public/mail-backgrounds/gradient-aurora.svg
R3D347HR4Y 9266aa34cd huhu
2026-05-19 22:20:43 +02:00

22 lines
980 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" preserveAspectRatio="xMidYMid slice">
<defs>
<linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#667eea"/>
<stop offset="35%" stop-color="#764ba2"/>
<stop offset="70%" stop-color="#f093fb"/>
<stop offset="100%" stop-color="#f5576c"/>
</linearGradient>
<radialGradient id="b" cx="20%" cy="80%" r="55%">
<stop offset="0%" stop-color="#4facfe" stop-opacity="0.55"/>
<stop offset="100%" stop-color="#4facfe" stop-opacity="0"/>
</radialGradient>
<radialGradient id="c" cx="85%" cy="15%" r="50%">
<stop offset="0%" stop-color="#43e97b" stop-opacity="0.35"/>
<stop offset="100%" stop-color="#43e97b" stop-opacity="0"/>
</radialGradient>
</defs>
<rect width="1920" height="1080" fill="url(#a)"/>
<rect width="1920" height="1080" fill="url(#b)"/>
<rect width="1920" height="1080" fill="url(#c)"/>
</svg>