<style>
.ticket-code {
--c2-qr-code__module--color: #4c1d95;
--c2-qr-code__background--color: #faf5ff;
--c2-qr-code__center--background-color: #ffffff;
--c2-qr-code__center--border-radius: 999px;
}
.ticket-mark {
display: grid;
width: 100%;
height: 100%;
place-items: center;
border-radius: 999px;
background: #6d28d9;
color: #ffffff;
font: 700 9px/1 system-ui;
}
</style>
<c2-qr-code class="ticket-code" value="https://example.com/tickets/C2N-2048" error-correction="H" aria-label="Event ticket QR code">
<span class="ticket-mark" slot="center">VIP</span>
</c2-qr-code>