Val Town — design system & UI screens
Light hero with an isometric town illustration beside an internal sales dashboard preview.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/val-town.
Decoded design system
Val Town's decoded design system: background #FFFFFF, text #000000, accent #00BCFF, link #00BCFF, primary #B8E6FE; type scale h1 48px / h2 48px / body 18px; 8px spacing base; 0px base radius. The single interactive/action color is #00BCFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #B8E6FE |
| accent | #00BCFF |
| link | #00BCFF |
| secondary | #052F4A |
| button_bg | #00BCFF |
| button_text | #052F4A |
Using these colors
- Action color
#00BCFF— the single interactive color; only on things you click or must notice, never large fills. accent,link,button_bgare all#00BCFF— one role, not several (the action color).- accent
#00BCFF— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. - primary
#B8E6FE— a brand color — but the call-to-action uses #00BCFF, not this. - secondary
#052F4A— optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
Typography
- Heading: IBM Plex Sans
- Body: Sprig Sans
- h1: 48px
- h2: 48px
- body: 18px
Spacing
- base unit: 8px
- scale: 4px, 8px, 12px, 16px, 20px, 24px, 40px, 48px, 64px, 80px
Radii
- base: 0px
- button: 12px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 500ms · 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·ease-in-out - animated properties: opacity, color, background-color, border-color
Native design tokens
| Token | Value |
|---|---|
--color-purple-200 | oklch(90.2% .063 306.703) |
--color-purple-300 | oklch(82.7% .119 306.383) |
--color-rose-200 | oklch(89.2% .058 10.001) |
--color-slate-200 | oklch(92.9% .013 255.508) |
--color-sky-500 | oklch(68.5% .169 237.323) |
--color-pink-500 | oklch(65.6% .241 354.308) |
--color-orange-600 | oklch(64.6% .222 41.116) |
--color-violet-600 | oklch(54.1% .281 293.009) |
--color-red-900 | oklch(39.6% .141 25.723) |
--color-orange-800 | oklch(47% .157 37.304) |
…and 110 more measured on the page.
Layout (measured)
- nav: 64px
Motion choreography (measured)
Load order: image._sway_g4kj4_12×19 → div.pointer-events-none → div.pointer-events-none → div.h-full → img.absolute×4
Scroll reveal: 6 elements rest at opacity 0, animate in over 0.5s cubic-bezier(0.4, 0, 0.2, 1).
Stagger: image ×5 — 6500ms apart.
Responsive (measured)
- breakpoints: 384px · 512px · 640px · 768px · 896px · 1024px
- mobile (390px): hero 24px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →