| 123456789101112131415161718 |
- <svg width="600" height="360" viewBox="0 0 600 360" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <linearGradient id="sunsetGradient" x1="0%" y1="0%" x2="0%" y2="100%">
- <stop offset="0%" stop-color="#ffb347"/>
- <stop offset="50%" stop-color="#ff7143"/>
- <stop offset="100%" stop-color="#9b275a"/>
- </linearGradient>
- </defs>
- <rect width="600" height="360" fill="url(#sunsetGradient)" />
- <circle cx="420" cy="120" r="80" fill="rgba(255,230,170,0.85)" />
- <path d="M210 340 Q240 260 260 220 Q270 200 310 200 Q350 200 360 220 Q380 260 390 340 Z" fill="#1f1024"/>
- <path d="M255 210 Q250 170 260 150 Q270 130 290 140 Q305 147 310 160 Q318 180 315 210 Z" fill="#1f1024"/>
- <path d="M330 210 Q328 175 340 155 Q355 130 375 140 Q395 150 395 190 L390 230 Z" fill="#1f1024"/>
- <ellipse cx="300" cy="340" rx="220" ry="30" fill="#0b0610" opacity="0.45"/>
- <path d="M120 320 Q200 260 240 250" stroke="#ffd7a6" stroke-width="6" stroke-linecap="round" opacity="0.6"/>
- <path d="M420 280 Q480 250 520 250" stroke="#ffd7a6" stroke-width="6" stroke-linecap="round" opacity="0.6"/>
- </svg>
|