Doppler — design system & UI screens
Dark hero with a magenta keyword beside a secrets-manager project UI and a cloud-integration grid.
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/doppler.
Decoded design system
Doppler's decoded design system: background #1C1624, text #ECECEE, accent #00F575, link #B997FF, primary #00F575; type scale h1 48px / h2 32px / body 14px; 8px spacing base; 12px base radius. The single interactive/action color is #00F575 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #1C1624 |
| surface | #282230 |
| border | #3B3642 |
| text | #ECECEE |
| text_muted | #9C9AA1 |
| primary | #00F575 |
| accent | #00F575 |
| link | #B997FF |
| secondary | #F55C15 |
| button_bg | #00F575 |
| button_text | #1C1624 |
Using these colors
- Action color
#00F575— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#00F575— one role, not several (the action color).- accent
#00F575— 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. - link
#B997FF— inline text links and link-styled controls. - secondary
#F55C15— 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
- h1: 48px
- h2: 32px
- body: 14px
Spacing
- base unit: 8px
- scale: 2px, 8px, 10px, 14px, 16px, 20px, 28px, 32px, 40px, 56px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.45) 0px 8px 30px 0px
Motion
Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 300ms · 400ms · 150ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0.8, 0.01, 0.11, 0.9) - animated properties: color, background-color, border-color, text-decoration-color
Native design tokens
| Token | Value |
|---|---|
--global-ease | cubic-bezier(0.9,0.1,0.1,0.9) |
Button states (measured)
- primary hover: background
#00BF5B - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- nav: 72px
Motion choreography (measured)
Load order: div.rfm-marquee×2
Scroll reveal: 12 elements rest at opacity 0, translateY(60px), animate in over 0.4s cubic-bezier(0.4, 0, 0.2, 1).
Responsive (measured)
- breakpoints: 975px · 1290px
- mobile (390px): hero 36px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →