MozaikaDesign system

Bluesky Mobile — Design System

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

Bluesky 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/bluesky-mobile.

Tokens

Bluesky Mobile's decoded design system: background #FFFFFF, text #000000, accent #006AFF, link #006AFF, primary #006AFF; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #006AFF — 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#006AFF
accent#006AFF
link#006AFF
button_bg#006AFF
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 100ms (dominant) with cubic-bezier(0.17, 0.73, 0.14, 1).

Native design tokens

TokenValue
--backgroundLight#DCE2EA
--rc-border-color#ffffffb3
--rc-drag-handle-bg-colour#0003
--rc-focus-color#08f
--rc-drag-handle-size12px
--rc-drag-bar-size6px
--rc-drag-handle-mobile-size24px

Layout (measured)

Motion choreography (measured)

Load order: div.css-g5y9jx×2 → div.css-g5y9jxdiv.css-g5y9jx

Scroll reveal: 9 elements rest at opacity 0, animate in over 0.1s cubic-bezier(0.17, 0.73, 0.14, 1).

Input (measured)

height 40px · radius 0px

Themes

dark counterpart: background #151D28, text #FFFFFF.

Responsive (measured)

Export: DESIGN.md

# Bluesky Mobile — Design System

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

Bluesky 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 | `#006AFF` |
| accent | `#006AFF` |
| link | `#006AFF` |
| button_bg | `#006AFF` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#006AFF` — 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 `#006AFF` — one role, not several (your action color).
- **accent** `#006AFF` — 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): `#CCCCCC` 58.1% · `#F2F2F2` 19.9% · `#B8DDF2` 8% · `#D6E5EF` 7%

## Typography


| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 30px / 600 · lh 36px · tracking -0.5px |
| h2 | 24px / 700 · lh 24px |
| h3 | 21px / 600 · lh 27px · tracking -0.5px |
| body | 15px / 400 · lh 17px |
| small | 13px / 400 · lh 17px |

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

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 2px, 4px, 5px, 8px, 10px, 12px, 14px, 15px, 16px, 20px — snap all gaps/padding to these

## Radius
- base: 12px
- button: 12px
- card: 12px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#006AFF` / `#000000` | none | 9999px | 8px 14px 8px 14px | 400 16px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#000000` | none | 9999px | 12px 24px 12px 24px | 400 16px | none |

**States (measured, not guessed)**

- secondary hover: outline `1px auto rgb(16, 16, 16)`

## Motion
- durations: 100ms (dominant) · 200ms · 150ms
- easings: `cubic-bezier(0.17, 0.73, 0.14, 1)` (dominant) · `ease-out`
- animated properties: opacity, transform

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 |
|-------|-------|
| `--backgroundLight` | `#DCE2EA` |
| `--rc-border-color` | `#ffffffb3` |
| `--rc-drag-handle-bg-colour` | `#0003` |
| `--rc-focus-color` | `#08f` |
| `--rc-drag-handle-size` | `12px` |
| `--rc-drag-bar-size` | `6px` |
| `--rc-drag-handle-mobile-size` | `24px` |

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

## Layout (measured)
- nav: 234px fixed

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 900 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.css-g5y9jx`×2 @0ms → `div.css-g5y9jx` @407ms → `div.css-g5y9jx` @407ms
- `div.css-g5y9jx` — transform rotate(0deg)→rotate(360deg) — 750ms · loops
- scroll reveal: 9 elements rest at opacity 0, animate in over 0.1s cubic-bezier(0.17, 0.73, 0.14, 1) (0 revealed during the drive).

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

## Components (measured)
- input: h 40px · r 0px · bg rgba(0, 0, 0, 0) · placeholder #667B99
- link: #006AFF · no underline

## Themes (both measured)
- dark counterpart: bg `#151D28` · text `#FFFFFF`
- tokens that flip between modes:
  - `--backgroundLight`: `#DCE2EA` → `#2C3A4E`

## Responsive (measured)
- mobile (390px): 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/bluesky-mobile

Export: Tailwind v4 (@theme)

@theme {
  /* action color #006AFF — 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: #006AFF;  /* primary brand / action color. */
  --color-accent: #006AFF;  /* 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: #006AFF;  /* inline text links — shares the action color. */
  --color-button-bg: #006AFF;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
  --text-hero: 30px; --font-weight-hero: 600; --leading-hero: 36px; --tracking-hero: -0.5px;
  --text-h2: 24px; --font-weight-h2: 700; --leading-h2: 24px;
  --text-h3: 21px; --font-weight-h3: 600; --leading-h3: 27px; --tracking-h3: -0.5px;
  --text-body: 15px; --font-weight-body: 400; --leading-body: 17px;
  --text-small: 13px; --font-weight-small: 400; --leading-small: 17px;
  --radius-base: 12px;
  --radius-button: 12px;
  --radius-card: 12px;
  --radius-pill: 9999px;
  --ease-brand: cubic-bezier(0.17, 0.73, 0.14, 1);
  --duration-fast: 100ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 150ms;
  --duration-slow: 200ms;
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 5, 8, 10, 12, 14, 15, 16, 20px */
}

Export: CSS variables

:root {
  /* action color #006AFF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #006AFF;  /* primary brand / action color. */
  --accent: #006AFF;  /* 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: #006AFF;  /* inline text links — shares the action color. */
  --button-bg: #006AFF;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --text-hero: 30px; --weight-hero: 600; --leading-hero: 36px; --tracking-hero: -0.5px;
  --text-h2: 24px; --weight-h2: 700; --leading-h2: 24px;
  --text-h3: 21px; --weight-h3: 600; --leading-h3: 27px; --tracking-h3: -0.5px;
  --text-body: 15px; --weight-body: 400; --leading-body: 17px;
  --text-small: 13px; --weight-small: 400; --leading-small: 17px;
  --radius: 12px;
  --radius-button: 12px;
  --radius-card: 12px;
  --radius-pill: 9999px;
  --ease: cubic-bezier(0.17, 0.73, 0.14, 1);
  --duration-fast: 100ms;
  --duration-base: 150ms;
  --duration-slow: 200ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --backgroundLight: #DCE2EA;
  --rc-border-color: #ffffffb3;
  --rc-drag-handle-bg-colour: #0003;
  --rc-focus-color: #08f;
  --rc-drag-handle-size: 12px;
  --rc-drag-bar-size: 6px;
  --rc-drag-handle-mobile-size: 24px;
}