Preview
HTML
<label>
Sync
<progress value="0.62" max="1">62%</progress>
</label>
CSS
:root {
--ink: #241c16;
--paper: #fffaf1;
--accent: #d4552b;
--accent-2: #4338ca;
--on-accent: #fff;
--muted: #6a6156;
--line: #d7ccb8;
--chip: #efe6d6;
}
label {
display: grid;
gap: 0.4rem;
min-width: min(100%, 16rem);
font-weight: 700;
}
progress {
width: 100%;
height: 0.7rem;
border: 0;
border-radius: 999px;
accent-color: var(--accent-2);
}