Cluely — design system & UI screens
Light hero over a sunrise landscape with a floating real-time meeting-assistant overlay.
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/cluely.
Decoded design system
Cluely's decoded design system: background #FFFFFF, text #000000, accent #6B7280, link #6B7280, primary #DDE2EE; type scale h1 80px / h2 19px / body 12px; 4px spacing base; 6px base radius. The single interactive/action color is #FFFFFF — 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 | #DDE2EE |
| accent | #6B7280 |
| link | #6B7280 |
| secondary | #8C929D |
| button_bg | #FFFFFF |
| button_text | #FFFFFF |
Using these colors
- Action color
#FFFFFF— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#6B7280— one role, not several (the action color).- accent
#6B7280— accent for emphasis — keep it rare on the page. - primary
#DDE2EE— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #FFFFFF). - secondary
#8C929D— 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: EB Garamond
- Body: Geist
- Mono: ui-monospace
- h1: 80px
- h2: 19px
- body: 12px
Spacing
- base unit: 4px
- scale: 3px, 4px, 6px, 7px, 8px, 10px, 12px, 14px, 16px, 20px
Radii
- base: 6px
- button: 12px
Shadow
rgba(148, 172, 243, 0.4) 20px 20px 24px 0px, rgba(191, 229, 251, 0.4) -3px -3px 4px 0px inset, rgba(19, 26, 228, 0.1) 4px 4px 4px 0px inset
Shadows (elevation)
- subtle:
rgba(207, 226, 255, 0.24) 0px 0px 0px 1px, rgba(255, 255, 255, 0.8) 0px -0.5px 0px 0px - card:
rgba(255, 255, 255, 0.25) 0px -1px 0px 0px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 200ms · 75ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0, 0, 0.2, 1) - animated properties: color, background-color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--foreground | #040406 |
--color-orange-200 | oklch(90.1% .076 70.697) |
--color-zinc-100 | oklch(96.7% .001 286.375) |
--color-zinc-200 | oklch(92% .004 286.32) |
--color-purple-500 | oklch(62.7% .265 303.9) |
--color-sky-500 | oklch(68.5% .169 237.323) |
--color-orange-800 | oklch(47% .157 37.304) |
--color-neutral-600 | oklch(43.9% 0 0) |
--color-neutral-500 | oklch(55.6% 0 0) |
--color-amber-600 | oklch(66.6% .179 58.318) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: transform
matrix(1.03, 0, 0, 1.03, 0, 0) - primary focus: outline
2px solid rgb(11, 12, 14)
Layout (measured)
- container max-width:
1280px - nav: 54px absolute
- common grid: 2 columns
Motion choreography (measured)
Load order: span.size-1.5
Scroll reveal: 15 elements rest at opacity 0, translateY(20px), animate in over 500ms.
Stagger: div ×6 — 100ms apart.
Input (measured)
height 37.5px · radius 0px
Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px
- mobile (390px): hero 56px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →