hero-s5l.svg 603 B

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