MozaikaDesign system

Fishwife — Design System

light · playful · high · tailwind · confidence 92% · deep decode

The full decoded design system for Fishwife: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

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/fishwife.

Tokens

Fishwife's decoded design system: background #FFFCF3, text #010101, accent #FDCD62, link #FFF8EA, primary #FDCD62; type scale h1 16px / h2 24px / body 18px; 8px spacing base; 8px base radius. The single interactive/action color is #FDCD62 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFCF3
surface#EFECE4
border#D8D6CE
text#010101
text_muted#61605C
primary#FDCD62
accent#FDCD62
link#FFF8EA
secondary#397CC0
button_bg#FDCD62
button_text#010101

Using these colors

Typography

Spacing

Radii

Shadow

rgb(1, 1, 1) 0px 0px 0px 0px

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--color--accent#fecd59
--color-text#010101
--color-page-bg#fffcf3
--color-panel-bg#387cc0
--color-badge-bdrrgba(1, 1, 1, 0.05)
--color-border#010101
--color-button#010101
--color-button-bg#fecd59
--color--body--light#313131
--color--alternative#ffffff

…and 85 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.animate-fade-in-up×4 → div.animate-fade-in-up×4 → img.animate-fade-in-upimg.animate-fade-in-upul.swiper-wrapperdiv.swiper-wrapper

Scroll reveal: 10 elements rest at opacity 0, translateY(50px), animate in over 0.5s cubic-bezier(0.4, 0, 0.2, 1).

Responsive (measured)

Per-section tokens (11)

Export: DESIGN.md

# Fishwife — Design System

> light, playful, high, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFCF3` |
| surface | `#EFECE4` |
| border | `#D8D6CE` |
| text | `#010101` |
| text_muted | `#61605C` |
| primary | `#FDCD62` |
| accent | `#FDCD62` |
| link | `#FFF8EA` |
| secondary | `#397CC0` |
| button_bg | `#FDCD62` |
| button_text | `#010101` |

**Using these colors**

- **Action color** `#FDCD62` — 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`, `button_bg` are all `#FDCD62` — one role, not several (your action color).
- **accent** `#FDCD62` — 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** `#FFF8EA` — fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **secondary** `#397CC0` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
- **Page coverage** (full-page screenshot pixels): `#A1DBFF` 71.2% · `#EB5C49` 8.4% · `#52211A` 8.1% · `#818B64` 5.1%

## Typography

- Heading: **Recoleta** _(free fallback: Newsreader)_
- Body: **Albert Sans** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 70px / 600 · lh 77px · tracking -1px |
| h2 | 60px / 400 · lh 60px |
| h3 | 48px / 500 · lh 48px |
| body | 16px / 400 · lh 24px |
| small | 15px / 500 · lh 23px · tracking 0.75px |

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

> **Fonts —** Recoleta may be proprietary — safe free fallback: Newsreader (Google Fonts). Albert Sans may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 2px, 4px, 8px, 10px, 11px, 12px, 16px, 24px, 26px, 32px — snap all gaps/padding to these
- section rhythm: 64px top/bottom padding per section (measured)

## Radius
- base: 8px
- button: 70px
- card: 70px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FDCD60` / `#010101` | 2px solid rgb(1, 1, 1) | 3.35544e+07px | 16px 16px 16px 16px | 500 18px | rgb(1, 1, 1) 0px 0px 0px 0px |
| secondary | `#FDCD60` / `#010101` | 2px solid rgb(1, 1, 1) | 3.35544e+07px | 16px 16px 16px 16px | 500 18px | none |

**States (measured, not guessed)**

- primary hover: height `63.5938px`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: height `63.5938px`
- transition: `transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- subtle: `rgb(1, 1, 1) 0px 0px 0px 0px`
- card: `rgba(63, 63, 68, 0.4) 0px 4px 10px 0px`
- button: `rgb(1, 1, 1) 0px 0px 0px 0px`

## Motion
- durations: 200ms (dominant) · 300ms · 500ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear`
- animated properties: transform, box-shadow, opacity, 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 |
|-------|-------|
| `--color--accent` | `#fecd59` |
| `--color-text` | `#010101` |
| `--color-page-bg` | `#fffcf3` |
| `--color-panel-bg` | `#387cc0` |
| `--color-badge-bdr` | `rgba(1, 1, 1, 0.05)` |
| `--color-border` | `#010101` |
| `--color-button` | `#010101` |
| `--color-button-bg` | `#fecd59` |
| `--color--body--light` | `#313131` |
| `--color--alternative` | `#ffffff` |
| `--color-header` | `#010101` |
| `--color-header-bg` | `#73c3f5` |

_…and 83 more measured on the page._

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

## Layout (measured)
- container max 650px · common grid: 2-col

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 29 | 738 | — | — | 0/0 | — |
| 767 | 604 | 2 | — | 0/0 | 72/28 |
| 855 | 228 | 3 | 20 | 32/32 | — |
| 1371 | 455 | — | — | 0/0 | — |
| 1826 | 720 | 2 | — | 0/0 | — |
| 2546 | 711 | 2 | — | 0/0 | 82/18 |
| 3257 | 886 | — | — | 0/0 | — |
| 4143 | 877 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.animate-fade-in-up`×4 @0ms → `div.animate-fade-in-up`×4 @0ms → `img.animate-fade-in-up` @37ms → `img.animate-fade-in-up` @37ms → `ul.swiper-wrapper` @2492ms → `div.swiper-wrapper` @3565ms
- `div.animate-fade-in-up` ×4 — translate 0px 12px→0px — 500ms ease
- `div.animate-fade-in-up` ×4 — opacity 0→1 — 500ms ease
- `div.swiper-wrapper` — transform translate3d(-745px, 0px, 0px)→translate3d(-1076.11px, 0px, 0px) — 1000ms ease
- `img.animate-fade-in-up` — translate 0px 12px→0px — 500ms ease (delay 200ms)
- `img.animate-fade-in-up` — opacity 0→1 — 500ms ease (delay 200ms)
- scroll reveal: 10 elements rest at opacity 0, translateY(50px), animate in over 0.5s cubic-bezier(0.4, 0, 0.2, 1) (1 revealed during the drive).

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

## Components (measured)
- link: #1F1F1F · underline
- disabled: bg rgba(0, 0, 0, 0) · text #010101

## Responsive (measured)
- breakpoints: 390px · 480px · 500px · 640px · 768px · 1024px
- mobile (390px): hero 15px · body 15px · 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/fishwife

Export: Tailwind v4 (@theme)

@theme {
  /* action color #FDCD62 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFCF3;
  --color-surface: #EFECE4;
  --color-border: #D8D6CE;
  --color-text: #010101;
  --color-text-muted: #61605C;
  --color-primary: #FDCD62;  /* primary brand / action color. */
  --color-accent: #FDCD62;  /* 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: #FFF8EA;  /* fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --color-secondary: #397CC0;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --color-button-bg: #FDCD62;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #010101;
  /* fonts: Recoleta may be proprietary — safe free fallback: Newsreader (Google Fonts). Albert Sans may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Recoleta", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Albert Sans", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
  --text-hero: 70px; --font-weight-hero: 600; --leading-hero: 77px; --tracking-hero: -1px;
  --text-h2: 60px; --font-weight-h2: 400; --leading-h2: 60px;
  --text-h3: 48px; --font-weight-h3: 500; --leading-h3: 48px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 24px;
  --text-small: 15px; --font-weight-small: 500; --leading-small: 23px; --tracking-small: 0.75px;
  --radius-base: 8px;
  --radius-button: 70px;
  --radius-card: 70px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(63, 63, 68, 0.4) 0px 4px 10px 0px;
  --shadow-subtle: rgb(1, 1, 1) 0px 0px 0px 0px;
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 200ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --section-y: 64px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 8, 10, 11, 12, 16, 24, 26, 32px */
}

Export: CSS variables

:root {
  /* action color #FDCD62 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFCF3;
  --surface: #EFECE4;
  --border: #D8D6CE;
  --text: #010101;
  --text-muted: #61605C;
  --primary: #FDCD62;  /* primary brand / action color. */
  --accent: #FDCD62;  /* 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: #FFF8EA;  /* fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --secondary: #397CC0;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --button-bg: #FDCD62;  /* primary-button fill — the main call-to-action color. */
  --button-text: #010101;
  --font-heading: "Recoleta", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Albert Sans", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 70px; --weight-hero: 600; --leading-hero: 77px; --tracking-hero: -1px;
  --text-h2: 60px; --weight-h2: 400; --leading-h2: 60px;
  --text-h3: 48px; --weight-h3: 500; --leading-h3: 48px;
  --text-body: 16px; --weight-body: 400; --leading-body: 24px;
  --text-small: 15px; --weight-small: 500; --leading-small: 23px; --tracking-small: 0.75px;
  --radius: 8px;
  --radius-button: 70px;
  --radius-card: 70px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(63, 63, 68, 0.4) 0px 4px 10px 0px;
  --shadow-subtle: rgb(1, 1, 1) 0px 0px 0px 0px;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 200ms;
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --section-y: 64px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --color--accent: #fecd59;
  --color-text: #010101;
  --color-page-bg: #fffcf3;
  --color-panel-bg: #387cc0;
  --color-badge-bdr: rgba(1, 1, 1, 0.05);
  --color-border: #010101;
  --color-button: #010101;
  --color-button-bg: #fecd59;
  --color--body--light: #313131;
  --color--alternative: #ffffff;
  --color-header: #010101;
  --color-header-bg: #73c3f5;
}
/* fonts: Recoleta may be proprietary — safe free fallback: Newsreader (Google Fonts). Albert Sans may be proprietary — safe free fallback: Newsreader (Google Fonts). */