Reflect — design system & UI screens
Dark, atmospheric hero with a luminous purple portal glow behind a centered headline; a daily-notes-plus-calendar app screenshot with a play control anchors 'Never miss a note, idea or connection.'
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/reflect.
Decoded design system
Reflect's decoded design system: background #030014, text #F4F0FF, accent #030014, link #030014, primary #9382FF; type scale h1 72px / h2 56px / body 18px; 4px spacing base; 8px base radius. The single interactive/action color is #030014 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #030014 |
| surface | #110E22 |
| border | #272437 |
| text | #F4F0FF |
| text_muted | #9894A5 |
| primary | #9382FF |
| accent | #030014 |
| link | #030014 |
| secondary | #F4F0FF |
| button_bg | #030014 |
| button_text | #F4F0FF |
Using these colors
- Action color
#030014— the single interactive color; only on things you click or must notice, never large fills. accent,link,button_bgare all#030014— one role, not several (the action color).- accent
#030014— 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
#9382FF— a brand color — but the call-to-action uses #030014, not this. - secondary
#F4F0FF— 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: Roboto
- Body: Roboto
- h1: 72px
- h2: 56px
- body: 18px
Spacing
- base unit: 4px
- scale: 4px, 5px, 6px, 8px, 12px, 14px, 15px, 16px, 20px, 24px
Radii
- base: 8px
- button: 8px
Shadows (elevation)
- overlay:
rgba(3, 0, 20, 0.5) 32px 36px 32px 0px
Motion
Micro-interactions run at 1000ms (dominant) with cubic-bezier(0.6, 0.6, 0, 1).
- durations: 1000ms · 300ms · 450ms
- easings:
cubic-bezier(0.6, 0.6, 0, 1)·ease - animated properties: opacity, transform, color, border-color
Layout (measured)
- container max-width:
890px - common grid: 2 columns
Motion choreography (measured)
Load order: div.ai-showcase-inner-starli×2 → button.ai-showcase-button → img.lazy-image×3 → svg → div.lazy-video → div.hero-black-hole-circle×2
Scroll reveal: 12 elements rest at opacity 0, translateY(-40px), animate in over 1s cubic-bezier(0.6, 0.6, 0, 1).
Stagger: div ×4 — 1000ms apart.
Responsive (measured)
- mobile (390px): hero 44px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →