MozaikaLive decode

Kraken Mobile — decoded design system

kraken.com · light · consumer · deep decode — measured live

Kraken Mobile's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

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/decode/kraken.com.

Decoded design system

Kraken Mobile's decoded design system: background #F6F5F9, text #000000, accent #09041A, link #686B82, primary #09041A; type scale h1 58px / h2 48px / body 20px; 4px spacing base; 12px base radius. The single interactive/action color is #7132F5 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#F6F5F9
surface#E7E6EA
border#D1D0D3
text#000000
text_muted#5D5D5E
primary#09041A
accent#09041A
link#686B82
button_bg#7132F5
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--background-color-disclaimer#f1efff
--border-radius-ds-button-lg12px
--border-radius-ds-button-md12px
--border-radius-ds-button-sm12px
--border-radius-ds-button-xl12px
--border-radius-ds-button-xs8px
--border-radius-ds-button-xxl12px
--border-radius-ds-button-xxs8px
--border-radius-ds-inputerror-middle-sm4px
--border-radius-ds-inputerror-single-sm12px

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

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)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/kraken.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/kraken.theme.ts https://mozaika.design/api/astryx/decode/kraken.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Kraken Mobile")

Export: DESIGN.md

# Kraken Mobile — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#F6F5F9` |
| surface | `#E7E6EA` |
| border | `#D1D0D3` |
| text | `#000000` |
| text_muted | `#5D5D5E` |
| primary | `#09041A` |
| accent | `#09041A` |
| link | `#686B82` |
| button_bg | `#7132F5` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#7132F5` — 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` are all `#09041A` — one role, not several.
- **accent** `#09041A` — accent for emphasis — keep it rare on the page.
- **link** `#686B82` — reads as a neutral UI color, not a link accent — verify against the reference (action = #7132F5).
- **Page coverage** (full-page screenshot pixels): `#F6F5F9` 64.3% · `#150D28` 11.3% · `#020104` 10.5% · `#412974` 9.9%

## Typography

- Heading: **Kraken-Brand** _(free fallback: Newsreader)_
- Body: **Kraken-Product** _(free fallback: Newsreader)_
- 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.

> **Fonts —** Kraken-Brand may be proprietary — safe free fallback: Newsreader (Google Fonts). Kraken-Product may be proprietary — safe free fallback: Newsreader (Google Fonts).

## 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/decode/kraken.com

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. See The Measured Web for how the web is actually designed, or connect your agent over MCP.

An automated reading of Kraken Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with kraken.com. No screenshots stored. Removal requests: hello@mozaika.design.