| 123456789101112 |
- <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600" viewBox="0 0 1200 600">
- <defs>
- <linearGradient id="g1" x1="0%" y1="0%" x2="100%" y2="100%">
- <stop offset="0%" stop-color="var(--primary-dark, #ef4444)" />
- <stop offset="50%" stop-color="var(--primary-color, #f87171)" />
- <stop offset="100%" stop-color="var(--accent-color, #22d3ee)" />
- </linearGradient>
- </defs>
- <rect width="1200" height="600" fill="url(#g1)" />
- <circle cx="300" cy="200" r="80" fill="rgba(255,255,255,0.1)" />
- <circle cx="900" cy="400" r="120" fill="rgba(255,255,255,0.05)" />
- </svg>
|