Produce one escaped button element and a CSS class from exact colours, padding, and corner radius.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Validated six-digit colours and pixel values enter declarations for padding, border, radius, background, foreground, inherited font, and cursor. The visible label is HTML-escaped before it enters the button markup.
Label: Continue Background: #4f46e5 Color: #ffffff Radius px: 10 Padding ypx: 12 Padding xpx: 20
.button {
display: inline-block;
padding: 12px 20px;
border: 0;
border-radius: 10px;
background: #4f46e5;
color: #ffffff;
font: inherit;
cursor: pointer;
}
<button class="button">Continue</button>
Prototypes export call-to-action starters, design handoffs preserve spacing values, and component demos compare foreground and background combinations.