MozaikaLive decode

Family — decoded design system

family.co · light · modern · custom · deep decode — measured live

Family'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/family.co.

Decoded design system

Family's decoded design system: background #FFFFFF, text #474645, accent #FF3E00, link #FF3E00, primary #1A88F8; type scale h1 68px / h2 44px / body 17px; 4px spacing base; 4px base radius. The single interactive/action color is #F6F4EF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F3F3F3
border#E3E3E3
text#474645
text_muted#8C8C8B
primary#1A88F8
accent#FF3E00
link#FF3E00
secondary#00CA48
button_bg#F6F4EF
button_text#121212

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 200ms (dominant) with ease.

Native design tokens

TokenValue
--app-greencolor(display-p3 0.20392156862745098 0.7803921568627451 0.34901960784313724)
--app-graycolor(display-p3 0.4549019607843137 0.4549019607843137 0.5176470588235295)
--app-bluecolor(display-p3 0.00392156862745098 0.5529411764705883 1)
--app-pinkcolor(display-p3 0.9764705882352941 0.4 0.6745098039215687)
--graphic-greencolor(display-p3 0.26666666666666666 0.7764705882352941 0.4980392156862745)
--graphic-bluecolor(display-p3 0.49019607843137253 0.7686274509803922 1)
--graphic-blue-altcolor(display-p3 0.30196078431372547 0.6862745098039216 1)
--graphic-blue-palecolor(display-p3 0.5568627450980392 0.8 1)
--graphic-blue-pale-altcolor(display-p3 0.42745098039215684 0.7411764705882353 1)
--graphic-purplecolor(display-p3 0.37254901960784315 0.36470588235294116 0.9058823529411765)

…and 39 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.sc-gsFSXq×88 → div.Testimonials__RowContain×4 → span.sc-iGgWBj×66 → div.sc-gsFSXq×66 → g×2 → text×6

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/family.co

registry item · or query it over MCP: get_design_system("Family")

Export: DESIGN.md

# Family — Design System

> light, modern, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F3F3F3` |
| border | `#E3E3E3` |
| text | `#474645` |
| text_muted | `#8C8C8B` |
| primary | `#1A88F8` |
| accent | `#FF3E00` |
| link | `#FF3E00` |
| secondary | `#00CA48` |
| button_bg | `#F6F4EF` |
| button_text | `#121212` |

**Using these colors**

- **Action color** `#F6F4EF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `link` are all `#FF3E00` — one role, not several.
- **accent** `#FF3E00` — accent for emphasis — keep it rare on the page.
- **primary** `#1A88F8` — a brand color — but the call-to-action uses #F6F4EF, not this.
- **secondary** `#00CA48` — 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): `#FFFFFF` 81.3% · `#A7C7C3` 4.1% · `#F8EFDC` 3.9% · `#32211C` 3.3%

## Typography

- Heading: **Family (custom)** _(free fallback: Newsreader)_
- Body: **Inter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 68px / 500 · lh 75px · tracking -1.36px |
| h2 | 44px / 500 · lh 48px · tracking -1.35px |
| body | 17px / 500 · lh 26px · tracking -0.22px |
| small | 15px / 500 · lh 22px · tracking -0.13px |

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

> **Fonts —** Family (custom) may be proprietary — safe free fallback: Newsreader (Google Fonts). Inter — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 3px, 4px, 8px, 10px, 12px, 15px, 16px, 20px, 23px, 24px — snap all gaps/padding to these
- section rhythm: 96px top/bottom padding per section (measured)

## Radius
- base: 4px
- button: 32px
- card: 10px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#F6F4EF` / `#121212` | none | 32px | 0px 14px 0px 14px | 500 15px / -0.09px | none |
| secondary | `#171717` / `#FFFFFF` | none | 32px | 0px 24px 0px 22px | 500 17px / -0.22px | none |

**States (measured, not guessed)**

- primary hover: background `#EAE6DD`
- secondary hover: background `#121212`
- transition: `background-color 0.1s ease`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0.04) 0px 0px 0px 1px`
- card: `rgba(0, 0, 0, 0.1) 0px 3px 16px 0px`
- overlay: `rgba(0, 0, 0, 0.15) 0px 0px 24px 0px`

## Motion
- durations: 200ms (dominant) · 1000ms · 100ms
- easings: `ease` (dominant) · `cubic-bezier(0.19, 1, 0.22, 1)`
- animated properties: opacity, transform, fill, background-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 |
|-------|-------|
| `--app-green` | `color(display-p3 0.20392156862745098 0.7803921568627451 0.34901960784313724)` |
| `--app-gray` | `color(display-p3 0.4549019607843137 0.4549019607843137 0.5176470588235295)` |
| `--app-blue` | `color(display-p3 0.00392156862745098 0.5529411764705883 1)` |
| `--app-pink` | `color(display-p3 0.9764705882352941 0.4 0.6745098039215687)` |
| `--graphic-green` | `color(display-p3 0.26666666666666666 0.7764705882352941 0.4980392156862745)` |
| `--graphic-blue` | `color(display-p3 0.49019607843137253 0.7686274509803922 1)` |
| `--graphic-blue-alt` | `color(display-p3 0.30196078431372547 0.6862745098039216 1)` |
| `--graphic-blue-pale` | `color(display-p3 0.5568627450980392 0.8 1)` |
| `--graphic-blue-pale-alt` | `color(display-p3 0.42745098039215684 0.7411764705882353 1)` |
| `--graphic-purple` | `color(display-p3 0.37254901960784315 0.36470588235294116 0.9058823529411765)` |
| `--graphic-yellow` | `color(display-p3 1 0.8117647058823529 0.4823529411764706)` |
| `--graphic-gold` | `color(display-p3 0.9607843137254902 0.7058823529411765 0.25882352941176473)` |

_…and 37 more measured on the page._

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

## Layout (measured)
- container max 1072px · common grid: 2-col
- nav: 94px relative

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 95 | 1356 | — | — | 0/0 | — |
| 215 | 338 | 2 | 16 | 0/0 | — |
| 649 | 802 | 3 | 34 | 74/89 | — |
| 829 | 533 | 3 | 34 | 0/0 | — |
| 1452 | 708 | — | — | 0/0 | — |
| 1650 | 414 | 3 | 32 | 51/0 | — |
| 2160 | 804 | 2 | 80 | 104/104 | — |
| 2264 | 596 | 2 | 80 | 0/0 | — |

## Motion choreography (measured)
Load order: `div.sc-gsFSXq`×88 @0ms → `div.Testimonials__RowContain`×4 @0ms → `span.sc-iGgWBj`×66 @1129ms → `div.sc-gsFSXq`×66 @1129ms → `g`×2 @2430ms → `text`×6 @2430ms

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

## Components (measured)
- card ×5: pad 0px 22.8px 14px 22.8px · r 12px · bg color(display-p3 0.984314 0.980392 0.976471)
  - hover: font-weight `400` · letter-spacing `normal`

## Responsive (measured)
- breakpoints: 580px · 720px · 768px · 880px
- mobile (390px): hero 44px · body 16px · 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.

← 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. Connect your agent over MCP.

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