Poe Mobile — Design System
Poe Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
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/poe-mobile.
Tokens
Poe Mobile's decoded design system: background #FFFFFF, text #000000, accent #5D5CDE, link #5D5CDE, primary #5D5CDE; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #5D5CDE — 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 | #5D5CDE |
| accent | #5D5CDE |
| link | #5D5CDE |
| button_bg | #5D5CDE |
| button_text | #FFFFFF |
Using these colors
- Action color
#5D5CDE— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#5D5CDE— one role, not several (the action color).- accent
#5D5CDE— 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.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 8px
- scale: 2px, 6px, 8px, 12px, 14px, 16px, 20px, 30px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgb(128, 128, 128) 0px 0px 5px 0px
Motion
Micro-interactions run at 150ms (dominant) with ease.
- durations: 150ms · 300ms
- easings:
ease - animated properties: background-color, border-color, color, right
Native design tokens
| Token | Value |
|---|---|
--pdl-comp-inline-notification-theme-warning-bg | #f8e6b4 |
--pdl-comp-radio-state-checked-fg | #5d5cde |
--pdl-comp-attachment-image-border-color | #e3e3e7 |
--yellow-11 | #7b4f0d |
--shadow-black-dark | #00000080 |
--pdl-warning-subtle | #f8e6b4 |
--pdl-action-error-border | #d00e49 |
--ruby-7 | #eb657c |
--pdl-accent-base | #5d5cde |
--color-accent-emphasis | #413fa9 |
…and 110 more measured on the page.
Layout (measured)
- common grid: 2 columns
Motion choreography (measured)
Load order: button.Button_root__gehqi×2 → button.SocialLoginButton_button×2 → div.TextInput_wrapper__zvMrX
Input (measured)
height 40px · radius 0px
Themes
dark counterpart: background #101012, text #FCFCFC.
Responsive (measured)
- breakpoints: 425px · 550px · 600px · 684px · 896px · 960px
- mobile (390px): hero 36px · nav inline
Export: DESIGN.md
# Poe Mobile — Design System > light, consumer, high — deep decode (measured live) Poe 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 | `#5D5CDE` | | accent | `#5D5CDE` | | link | `#5D5CDE` | | button_bg | `#5D5CDE` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#5D5CDE` — 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 `#5D5CDE` — one role, not several (your action color). - **accent** `#5D5CDE` — 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): `#FFFFFF` 91.8% · `#EBEDF6` 2.5% · `#C8CFCB` 2.4% · `#8D8287` 2.3% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | body | 20px / 700 · lh 26px | | small | 16px / 600 · lh 18px | - Weight ladder: 400 · 450 · 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, 6px, 8px, 12px, 14px, 16px, 20px, 30px — snap all gaps/padding to these ## Radius - base: 12px - button: 12px - card: 30px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#D7DBF4` / `rgba(255, 255, 255, 0.5)` | 1px solid rgba(0, 0, 0, 0) | 9999px | 8px 16px 8px 16px | 600 16px | none | | secondary | `#FFFFFF` / `#0D0D0D` | 1px solid rgb(204, 205, 209) | 9999px | 8px 16px 8px 16px | 600 16px | none | **States (measured, not guessed)** - secondary hover: background `color(srgb 0.917647 0.917647 0.933333 / 0.4)` - transition: `background-color 0s ease` ## Shadows (elevation) - card: `rgb(128, 128, 128) 0px 0px 5px 0px` ## Motion - durations: 150ms (dominant) · 300ms - easings: `ease` (dominant) - animated properties: background-color, border-color, color, right 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 | |-------|-------| | `--pdl-comp-inline-notification-theme-warning-bg` | `#f8e6b4` | | `--pdl-comp-radio-state-checked-fg` | `#5d5cde` | | `--pdl-comp-attachment-image-border-color` | `#e3e3e7` | | `--yellow-11` | `#7b4f0d` | | `--shadow-black-dark` | `#00000080` | | `--pdl-warning-subtle` | `#f8e6b4` | | `--pdl-action-error-border` | `#d00e49` | | `--ruby-7` | `#eb657c` | | `--pdl-accent-base` | `#5d5cde` | | `--color-accent-emphasis` | `#413fa9` | | `--pdl-comp-switch-inner-state-disabled-bg` | `#f6f6f8` | | `--pdl-comp-banner-theme-error-bg` | `#d00e49` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - common grid: 2-col | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 900 | — | — | 0/0 | — | | 160 | 740 | 2 | — | 0/0 | — | ## Motion choreography (measured) Load order: `button.Button_root__gehqi`×2 @0ms → `button.SocialLoginButton_button`×2 @15ms → `div.TextInput_wrapper__zvMrX` @15ms 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 #757575 - link: #413FA9 · no underline - disabled: bg #D7DBF4 · text rgba(255, 255, 255, 0.5) ## Themes (both measured) - dark counterpart: bg `#101012` · text `#FCFCFC` - tokens that flip between modes: - `--pdl-comp-inline-notification-theme-warning-bg`: `#f8e6b4` → `#805915` - `--pdl-comp-attachment-image-border-color`: `#e3e3e7` → `#303036` - `--yellow-11`: `#7b4f0d` → `#f5d47c` - `--shadow-black-dark`: `#00000080` → `#ffffff80` - `--pdl-warning-subtle`: `#f8e6b4` → `#805915` - `--ruby-7`: `#eb657c` → `#ab153d` - `--color-accent-emphasis`: `#413fa9` → `#8688fe` - `--pdl-comp-switch-inner-state-disabled-bg`: `#f6f6f8` → `#1b1b1e` ## Responsive (measured) - breakpoints: 425px · 550px · 600px · 684px · 896px · 960px - mobile (390px): hero 36px · 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/poe-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #5D5CDE — 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: #5D5CDE; /* primary brand / action color. */
--color-accent: #5D5CDE; /* 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: #5D5CDE; /* inline text links — shares the action color. */
--color-button-bg: #5D5CDE; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 400, 450, 500, 600, 700 — use these, not 400/600 */
--text-body: 20px; --font-weight-body: 700; --leading-body: 26px;
--text-small: 16px; --font-weight-small: 600; --leading-small: 18px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 30px;
--radius-pill: 9999px;
--radius-sharp: 2px;
--shadow-card: rgb(128, 128, 128) 0px 0px 5px 0px;
--ease-brand: ease;
--duration-fast: 150ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 300ms;
--spacing: 8px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 6, 8, 12, 14, 16, 20, 30px */
}Export: CSS variables
:root {
/* action color #5D5CDE — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #EFEFEF;
--border: #D8D8D8;
--text: #000000;
--text-muted: #606060;
--primary: #5D5CDE; /* primary brand / action color. */
--accent: #5D5CDE; /* 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: #5D5CDE; /* inline text links — shares the action color. */
--button-bg: #5D5CDE; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-body: 20px; --weight-body: 700; --leading-body: 26px;
--text-small: 16px; --weight-small: 600; --leading-small: 18px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 30px;
--radius-pill: 9999px;
--radius-sharp: 2px;
--shadow-card: rgb(128, 128, 128) 0px 0px 5px 0px;
--ease: ease;
--duration-fast: 150ms;
--duration-base: 300ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--pdl-comp-inline-notification-theme-warning-bg: #f8e6b4;
--pdl-comp-radio-state-checked-fg: #5d5cde;
--pdl-comp-attachment-image-border-color: #e3e3e7;
--yellow-11: #7b4f0d;
--shadow-black-dark: #00000080;
--pdl-warning-subtle: #f8e6b4;
--pdl-action-error-border: #d00e49;
--ruby-7: #eb657c;
--pdl-accent-base: #5d5cde;
--color-accent-emphasis: #413fa9;
--pdl-comp-switch-inner-state-disabled-bg: #f6f6f8;
--pdl-comp-banner-theme-error-bg: #d00e49;
}