Skip to content

CSS THEME_STUDIO_v1.0.0

Web Design Project: Live HSL/spacing compiler. Mutate custom parameters and generate copyable CSS design tokens.

COLOR_COMPILER

Primary HSL (Brand Accent) hsl(262, 83%, 58%)
HUE 262°
SATURATION 83%
LIGHTNESS 58%
Secondary HSL (Alerts/Cyan) hsl(190, 90%, 50%)
HUE 190°
SATURATION 90%
Background Tint 220°

TYPOGRAPHY_COMPILER

Border Radius Scale 12px
Padding density

RENDER_PREVIEW

Canvas.io
Features Workspace

Compile Aesthetics in Real-time_

Alter the custom HSL color coordinates and spacing paddings in the configuration board to compile custom layout themes dynamically.

LEDGER REPORT SYSTEM

CSS_TOKEN_EXPORTER

:root {
  --primary-hue: 262;
  --primary-sat: 83%;
  --primary-light: 58%;
  
  --color-primary: hsl(var(--primary-hue), var(--primary-sat), var(--primary-light));
  --color-secondary: hsl(190, 90%, 50%);
  --color-background: hsl(220, 20%, 10%);
  
  --radius-component: 12px;
  --font-family-primary: 'Outfit', sans-serif;
  --spacing-padding: 0.75rem;
}

Lab demo

What this demonstrates

Maintainable design systems — tokens, theming, and consistent UI at scale.

  • A real-time design-token compiler — drag HSL, radius and spacing sliders and watch a live mockup update
  • Exports copyable CSS custom properties: the kind of maintainable design system I build into client sites
  • Light/dark preview, font switching and instant token export — all client-side, no backend
Design tokensCSS variablesThemingLive preview

Want something like this?

Everything in the Lab is hand-built — and a real version for your business starts with a free, no-obligation 20-minute call.

Theme Studio