ultisuite-client/out/mail-backgrounds/gradient-ocean.svg
R3D347HR4Y d6d18f911b
Some checks failed
E2E / Playwright e2e (push) Has been cancelled
Lots of stuff and mobile app
2026-06-17 00:13:28 +02:00

22 lines
1.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" preserveAspectRatio="xMidYMid slice">
<defs>
<linearGradient id="deep" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0f2027"/>
<stop offset="40%" stop-color="#203a43"/>
<stop offset="100%" stop-color="#2c5364"/>
</linearGradient>
<linearGradient id="wave" x1="0%" y1="100%" x2="0%" y2="40%">
<stop offset="0%" stop-color="#1a73e8" stop-opacity="0.9"/>
<stop offset="50%" stop-color="#34a853" stop-opacity="0.35"/>
<stop offset="100%" stop-color="#81d4fa" stop-opacity="0"/>
</linearGradient>
<radialGradient id="light" cx="70%" cy="25%" r="45%">
<stop offset="0%" stop-color="#e0f7fa" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#e0f7fa" stop-opacity="0"/>
</radialGradient>
</defs>
<rect width="1920" height="1080" fill="url(#deep)"/>
<rect width="1920" height="1080" fill="url(#wave)"/>
<rect width="1920" height="1080" fill="url(#light)"/>
</svg>