MozaikaDesign system

1Password Mobile — Design System

light · consumer · high · confidence 85% · deep decode

1Password Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/1password-mobile.

Tokens

1Password Mobile's decoded design system: background #FFFFFF, text #000000, accent #6851D6, link #6851D6, primary #6851D6; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #6851D6 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#6851D6
accent#6851D6
link#6851D6
button_bg#6851D6
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--navbar-height4.94rem
--viewport-height100%

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.max-w-4xldiv.z-[20]div.flexdiv.flex

Responsive (measured)

Export: DESIGN.md

# 1Password Mobile — Design System

> light, consumer, high — deep decode (measured live)

1Password Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#6851D6` |
| accent | `#6851D6` |
| link | `#6851D6` |
| button_bg | `#6851D6` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#6851D6` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent`, `link`, `button_bg` are all `#6851D6` — one role, not several (your action color).
- **accent** `#6851D6` — 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.
- **Page coverage** (full-page screenshot pixels): `#1D1D21` 55.4% · `#1D3259` 19.5% · `#FDFDFD` 15.2% · `#B9B2A1` 9.9%

## Typography


| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 88px / 300 · lh 97px · tracking -1.76px |
| h2 | 64px / 300 · lh 70px · tracking -1.28px |
| h3 | 40px / 350 · lh 48px · tracking -0.8px |
| body | 20px / 300 · lh 30px · tracking -0.4px |
| small | 16px / 350 · lh 26px · tracking -0.32px |

- Weight ladder: 300 · 350 · 400 — use these exact measured weights, not the 400/600 defaults.

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 2px, 3px, 4px, 8px, 10px, 16px, 20px, 24px, 32px, 64px — snap all gaps/padding to these

## Radius
- base: 12px
- button: 12px
- card: 25px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#145FE4` / `#000000` | none | 9999px | 1px 1px 1px 1px | 350 16px | rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 0px |
| secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | 1px solid rgba(0, 0, 0, 0) | 9999px | 10px 24px 10px 24px | 400 16px | none |

**States (measured, not guessed)**

- primary hover: box-shadow `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 3px`
- primary focus: outline `2px solid rgb(59, 101, 186)`
- secondary hover: color `#145FE4`
- transition: `box-shadow 0.15s cubic-bezier(0, 0, 0.2, 1)`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 0px`

## Motion
- durations: 300ms (dominant) · 500ms · 100ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease`
- animated properties: background-size, background-color, color, border-color

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--navbar-height` | `4.94rem` |
| `--viewport-height` | `100%` |

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 820px · common grid: 2-col
- nav: 132px relative · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 52 | 1498 | — | — | 0/0 | — |
| 1550 | 570 | — | — | 0/0 | — |
| 2120 | 1024 | — | — | 0/0 | — |
| 3168 | 617 | — | — | 0/0 | — |
| 3809 | 735 | 2 | — | 0/0 | — |
| 4568 | 627 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.max-w-4xl` @0ms → `` @0ms → `div.flex` @200ms → `div.flex` @200ms
- `div.max-w-4xl` — opacity 0→1 · transform translateY(20px)→translateY(0px) — 500ms ease-out (delay 150ms)
- `?` — opacity 0→1 · transform translateY(20px)→translateY(0px) — 500ms ease-out (delay 250ms)

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- card ×3: pad 0px 0px 0px 0px · r 25px · bg #FFFFFF
  - hover: padding `8px 8px 8px 8px` · height `541.438px` · font-weight `350` · letter-spacing `normal`
- link: #145FE4 · no underline — hover #FFFFFF

## Responsive (measured)
- breakpoints: 563px · 768px · 1024px · 1180px
- mobile (390px): hero 48px · body 16px · nav: inline

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/1password-mobile

Export: Tailwind v4 (@theme)

@theme {
  /* action color #6851D6 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #EFEFEF;
  --color-border: #D8D8D8;
  --color-text: #000000;
  --color-text-muted: #606060;
  --color-primary: #6851D6;  /* primary brand / action color. */
  --color-accent: #6851D6;  /* 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. */
  --color-link: #6851D6;  /* inline text links — shares the action color. */
  --color-button-bg: #6851D6;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* measured weights: 300, 350, 400 — use these, not 400/600 */
  --text-hero: 88px; --font-weight-hero: 300; --leading-hero: 97px; --tracking-hero: -1.76px;
  --text-h2: 64px; --font-weight-h2: 300; --leading-h2: 70px; --tracking-h2: -1.28px;
  --text-h3: 40px; --font-weight-h3: 350; --leading-h3: 48px; --tracking-h3: -0.8px;
  --text-body: 20px; --font-weight-body: 300; --leading-body: 30px; --tracking-body: -0.4px;
  --text-small: 16px; --font-weight-small: 350; --leading-small: 26px; --tracking-small: -0.32px;
  --radius-base: 12px;
  --radius-button: 12px;
  --radius-card: 25px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-subtle: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 0px;
  --outline-focus: 2px solid rgb(59, 101, 186);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 100ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 3, 4, 8, 10, 16, 20, 24, 32, 64px */
}

Export: CSS variables

:root {
  /* action color #6851D6 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #6851D6;  /* primary brand / action color. */
  --accent: #6851D6;  /* 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: #6851D6;  /* inline text links — shares the action color. */
  --button-bg: #6851D6;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --text-hero: 88px; --weight-hero: 300; --leading-hero: 97px; --tracking-hero: -1.76px;
  --text-h2: 64px; --weight-h2: 300; --leading-h2: 70px; --tracking-h2: -1.28px;
  --text-h3: 40px; --weight-h3: 350; --leading-h3: 48px; --tracking-h3: -0.8px;
  --text-body: 20px; --weight-body: 300; --leading-body: 30px; --tracking-body: -0.4px;
  --text-small: 16px; --weight-small: 350; --leading-small: 26px; --tracking-small: -0.32px;
  --radius: 12px;
  --radius-button: 12px;
  --radius-card: 25px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-subtle: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 0px;
  --focus-ring: 2px solid rgb(59, 101, 186);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 100ms;
  --duration-base: 300ms;
  --duration-slow: 500ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --navbar-height: 4.94rem;
  --viewport-height: 100%;
}