Kraken Mobile — Design System
Kraken 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/kraken-mobile.
Tokens
Kraken Mobile's decoded design system: background #F6F5FA, text #000011, accent #09041A, link #09041A, primary #09041A; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #09041A — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #F6F5FA |
| surface | #E7E6EC |
| border | #D1D0D7 |
| text | #000011 |
| text_muted | #5D5D69 |
| primary | #09041A |
| accent | #09041A |
| link | #09041A |
| button_bg | #09041A |
| button_text | #F6F5FA |
Using these colors
- Action color
#09041A— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#09041A— one role, not several (the action color).- accent
#09041A— 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
- Mono: Kraken-Mono
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 4px
- scale: 4px, 8px, 10px, 12px, 15px, 16px, 20px, 24px, 48px, 54px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- subtle:
rgb(255, 255, 255) 0px 0px 0px 0px, rgba(59, 130, 246, 0.5) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px - card:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0, 0, 0) 0px 4px 60px 0px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 300ms · 75ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·ease-out - animated properties: opacity, color, background-color, border-color
Native design tokens
| Token | Value |
|---|---|
--background-color-disclaimer | #f1efff |
--border-radius-ds-button-lg | 12px |
--border-radius-ds-button-md | 12px |
--border-radius-ds-button-sm | 12px |
--border-radius-ds-button-xl | 12px |
--border-radius-ds-button-xs | 8px |
--border-radius-ds-button-xxl | 12px |
--border-radius-ds-button-xxs | 8px |
--border-radius-ds-inputerror-middle-sm | 4px |
--border-radius-ds-inputerror-single-sm | 12px |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#5B1ECF - primary focus: outline
2px solid rgb(113, 50, 245)
Layout (measured)
- container max-width:
730px - nav: 64px
Motion choreography (measured)
Load order: div.-translate-y-ds-list-ite×2 → img.absolute×2 → div.otFlat
Scroll reveal: 7 elements rest at opacity 0, translateY(32px), animate in over 0.3s ease-out.
Overlay recipe (measured)
palette panel: #FFFFFF · radius 20px
Input (measured)
height 44px · radius 0px
Responsive (measured)
- breakpoints: 450px · 640px · 768px
- mobile (390px): hero 32px · nav hamburger
Export: DESIGN.md
# Kraken Mobile — Design System > light, consumer, high — deep decode (measured live) Kraken 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 | `#F6F5FA` | | surface | `#E7E6EC` | | border | `#D1D0D7` | | text | `#000011` | | text_muted | `#5D5D69` | | primary | `#09041A` | | accent | `#09041A` | | link | `#09041A` | | button_bg | `#09041A` | | button_text | `#F6F5FA` | **Using these colors** - **Action color** `#09041A` — 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 `#09041A` — one role, not several (your action color). - **accent** `#09041A` — 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): `#F6F5F9` 64.3% · `#150D28` 11.3% · `#020104` 10.5% · `#412974` 9.9% ## Typography - Mono: **Kraken-Mono** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 58px / 400 · lh 66px | | h2 | 48px / 400 · lh 56px | | h3 | 36px / 400 · lh 44px | | body | 20px / 400 · lh 28px | | small | 18px / 500 · lh 26px | - Weight ladder: 400 · 500 · 600 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 8px, 10px, 12px, 15px, 16px, 20px, 24px, 48px, 54px — snap all gaps/padding to these ## Radius - base: 12px - button: 12px - card: 12px - pill: 9999px - sharp: 3px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#7132F5` / `#FFFFFF` | none | 12px | 8px 12px 8px 12px | 500 14px | none | | secondary | `#FFFFFF` / `#7132F5` | 1px solid rgb(113, 50, 245) | 12px | 12px 24px 12px 24px | 600 16px | none | **States (measured, not guessed)** - primary hover: background `#5B1ECF` - primary focus: outline `2px solid rgb(113, 50, 245)` ## Shadows (elevation) - subtle: `rgb(255, 255, 255) 0px 0px 0px 0px, rgba(59, 130, 246, 0.5) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px` - card: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0, 0, 0) 0px 4px 60px 0px` ## Motion - durations: 150ms (dominant) · 300ms · 75ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-out` - animated properties: opacity, color, background-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 | |-------|-------| | `--background-color-disclaimer` | `#f1efff` | | `--border-radius-ds-button-lg` | `12px` | | `--border-radius-ds-button-md` | `12px` | | `--border-radius-ds-button-sm` | `12px` | | `--border-radius-ds-button-xl` | `12px` | | `--border-radius-ds-button-xs` | `8px` | | `--border-radius-ds-button-xxl` | `12px` | | `--border-radius-ds-button-xxs` | `8px` | | `--border-radius-ds-inputerror-middle-sm` | `4px` | | `--border-radius-ds-inputerror-single-sm` | `12px` | | `--border-radius-ds-inputerror-middle-md` | `8px` | | `--border-radius-ds-inputerror-single-md` | `8px` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 730px - nav: 64px ## Motion choreography (measured) Load order: `div.-translate-y-ds-list-ite`×2 @0ms → `img.absolute`×2 @0ms → `div.otFlat` @426ms - `img.absolute` ×2 — transform scale(1) translate(0px)→scale(1) translate(0px) — 12000ms ease-in-out · loops - scroll reveal: 7 elements rest at opacity 0, translateY(32px), animate in over 0.3s ease-out (7 revealed during the drive). - overlay palette (auto-opened): panel #FFFFFF · r 20px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - input: h 44px · r 0px · bg rgba(0, 0, 0, 0) · placeholder #757575 - link: #FFFFFF · no underline ## Responsive (measured) - breakpoints: 450px · 640px · 768px - mobile (390px): hero 32px · body 14px · nav: hamburger ## 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/kraken-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #09041A — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #F6F5FA;
--color-surface: #E7E6EC;
--color-border: #D1D0D7;
--color-text: #000011;
--color-text-muted: #5D5D69;
--color-primary: #09041A; /* ≈ the text color — a foreground/text color, not an action color (action = #09041A). */
--color-accent: #09041A; /* 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: #09041A; /* inline text links — shares the action color. */
--color-button-bg: #09041A; /* primary-button fill — the main call-to-action color. */
--color-button-text: #F6F5FA;
--font-mono: "Kraken-Mono", ui-monospace, monospace;
/* measured weights: 400, 500, 600 — use these, not 400/600 */
--text-hero: 58px; --font-weight-hero: 400; --leading-hero: 66px;
--text-h2: 48px; --font-weight-h2: 400; --leading-h2: 56px;
--text-h3: 36px; --font-weight-h3: 400; --leading-h3: 44px;
--text-body: 20px; --font-weight-body: 400; --leading-body: 28px;
--text-small: 18px; --font-weight-small: 500; --leading-small: 26px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 12px;
--radius-pill: 9999px;
--radius-sharp: 3px;
--shadow-card: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0, 0, 0) 0px 4px 60px 0px;
--shadow-subtle: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(59, 130, 246, 0.5) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
--color-btn-hover: #5B1ECF; /* measured primary hover fill */
--outline-focus: 2px solid rgb(113, 50, 245); /* measured focus ring */
--ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 75ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 150ms;
--duration-slow: 300ms;
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 10, 12, 15, 16, 20, 24, 48, 54px */
}Export: CSS variables
:root {
/* action color #09041A — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #F6F5FA;
--surface: #E7E6EC;
--border: #D1D0D7;
--text: #000011;
--text-muted: #5D5D69;
--primary: #09041A; /* ≈ the text color — a foreground/text color, not an action color (action = #09041A). */
--accent: #09041A; /* 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: #09041A; /* inline text links — shares the action color. */
--button-bg: #09041A; /* primary-button fill — the main call-to-action color. */
--button-text: #F6F5FA;
--font-mono: "Kraken-Mono", ui-monospace, monospace;
--text-hero: 58px; --weight-hero: 400; --leading-hero: 66px;
--text-h2: 48px; --weight-h2: 400; --leading-h2: 56px;
--text-h3: 36px; --weight-h3: 400; --leading-h3: 44px;
--text-body: 20px; --weight-body: 400; --leading-body: 28px;
--text-small: 18px; --weight-small: 500; --leading-small: 26px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 12px;
--radius-pill: 9999px;
--radius-sharp: 3px;
--shadow-card: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0, 0, 0) 0px 4px 60px 0px;
--shadow-subtle: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(59, 130, 246, 0.5) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
--btn-bg-hover: #5B1ECF;
--focus-ring: 2px solid rgb(113, 50, 245);
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 75ms;
--duration-base: 150ms;
--duration-slow: 300ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--background-color-disclaimer: #f1efff;
--border-radius-ds-button-lg: 12px;
--border-radius-ds-button-md: 12px;
--border-radius-ds-button-sm: 12px;
--border-radius-ds-button-xl: 12px;
--border-radius-ds-button-xs: 8px;
--border-radius-ds-button-xxl: 12px;
--border-radius-ds-button-xxs: 8px;
--border-radius-ds-inputerror-middle-sm: 4px;
--border-radius-ds-inputerror-single-sm: 12px;
--border-radius-ds-inputerror-middle-md: 8px;
--border-radius-ds-inputerror-single-md: 8px;
}