Files
pomodoro/public/backgrounds/ocean.svg
T

34 lines
1.6 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 900" role="img" aria-labelledby="title description">
<title id="title">Open ocean</title>
<desc id="description">A calm blue ocean beneath a glowing horizon</desc>
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="0" y2="1">
<stop stop-color="#122b52"/>
<stop offset=".62" stop-color="#397f9c"/>
<stop offset="1" stop-color="#9bd1ca"/>
</linearGradient>
<linearGradient id="sea" x1="0" y1="0" x2="0" y2="1">
<stop stop-color="#2d8096"/>
<stop offset="1" stop-color="#092944"/>
</linearGradient>
<radialGradient id="glow">
<stop stop-color="#f7e6bd" stop-opacity=".74"/>
<stop offset="1" stop-color="#f7e6bd" stop-opacity="0"/>
</radialGradient>
<filter id="blur"><feGaussianBlur stdDeviation="28"/></filter>
</defs>
<rect width="1600" height="900" fill="url(#sky)"/>
<ellipse cx="480" cy="390" rx="280" ry="185" fill="url(#glow)" filter="url(#blur)"/>
<path d="M0 468c167 12 273-19 422 1s247 2 389-4 256 19 409 1 238-8 380 7v427H0Z" fill="url(#sea)"/>
<g fill="none" stroke="#a4d7d3" stroke-linecap="round">
<path d="M70 555c164-27 270 18 422-4s277 17 450-4 291 17 574-2" opacity=".34" stroke-width="5"/>
<path d="M-20 655c191-35 322 30 500 1s334 20 532-7 314 25 626-5" opacity=".22" stroke-width="7"/>
<path d="M80 765c152-30 299 18 459-5s292 23 470-3 295 18 516-4" opacity=".14" stroke-width="8"/>
</g>
<path d="M424 468h112l118 432H275Z" fill="#f2d8ac" opacity=".08"/>
<g fill="none" stroke="#d9edf0" stroke-width="4" opacity=".38">
<path d="m1190 230 28-18 28 18"/>
<path d="m1250 270 23-15 24 15"/>
</g>
</svg>