v151 · css · color · design-tokens
Theme Tinter
Set one brand color and generate an entire palette of derived tints: backgrounds, borders, hover states, and focus rings — all using CSS Color 5 relative alpha syntax. Copy the generated CSS custom properties into your project.
Live Preview — Components Derived from --brand
Ghost Button
Generated CSS
:root {
--brand: #0022ff;
}