Radius
Corner-rounding tokens, from a barely-there hairline to fully circular. Pick by element scale — small controls round tightly, large surfaces round softly.
Radius scale
Each swatch is rendered with its actual token on all four corners.
Usage
Match radius to element size — a sharp input nested inside a soft card reads as intentional layering.
.button { border-radius: var(--radius-200); }
.card { border-radius: var(--radius-400); }
.avatar { border-radius: var(--radius-full); }