BareGit
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 700">
    <defs>
        <linearGradient id="background" x1="0" y1="0" x2="1" y2="1">
            <stop stop-color="#ddd0fb"/>
            <stop offset=".52" stop-color="#f5d5e7"/>
            <stop offset="1" stop-color="#ccecf9"/>
        </linearGradient>
    </defs>
    <rect width="500" height="700" fill="url(#background)"/>
    <rect x="42" y="42" width="416" height="616" rx="22"
          fill="none" stroke="#7c3aed" stroke-opacity=".16" stroke-width="3"/>
    <circle cx="250" cy="320" r="72" fill="#ffffff" fill-opacity=".42"/>
    <path d="M210 335l28-30 24 24 20-16 32 38H190z"
          fill="#7c3aed" fill-opacity=".42"/>
    <text x="250" y="440" text-anchor="middle" fill="#332f3a"
          fill-opacity=".62" font-family="system-ui,sans-serif" font-size="24">
        CARD ART
    </text>
</svg>