MozaikaLive decode

Amie — decoded design system

amie.so · light · modern · tailwind · deep decode — measured live

Amie'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/amie.so.

Decoded design system

Amie's decoded design system: background #FAFAFA, text #000000, accent #11A8FF, link #FFFFFF, primary #11A8FF; type scale h1 56px / h2 40px / body 16px; 4px spacing base; 6px base radius. The single interactive/action color is #11A8FF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FAFAFA
surface#EBEBEB
border#D4D4D4
text#000000
text_muted#5F5F5F
primary#11A8FF
accent#11A8FF
link#FFFFFF
secondary#FCF0AF
button_bg#11A8FF
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
--foreground#262626
--color-amie-pink#f6a6a6
--shadow-wysiwyg-innerrgba(0,0,0,0.04)
--shadow-wysiwyg-outerrgba(0,0,0,0.12)
--nav-width74px
--inbox-width200px
--grid-title-height36px
--grid-timezone-add-width20px
--grid-timezone-gutter10px
--grid-timezone-width42px

…and 9 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.size-full×2

Overlay recipe (measured)

dialog panel: #FFFFFF · radius 12px · enter 200ms linear

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/amie.so

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

Export: DESIGN.md

# Amie — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FAFAFA` |
| surface | `#EBEBEB` |
| border | `#D4D4D4` |
| text | `#000000` |
| text_muted | `#5F5F5F` |
| primary | `#11A8FF` |
| accent | `#11A8FF` |
| link | `#FFFFFF` |
| secondary | `#FCF0AF` |
| button_bg | `#11A8FF` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#11A8FF` — 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 `#11A8FF` — one role, not several (your action color).
- **accent** `#11A8FF` — 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** `#FFFFFF` — 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** `#FCF0AF` — 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): `#FAFAFA` 95.2% · `#ABB7B5` 4.8%

## Typography

- Heading: **Inter**
- Body: **Inter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 56px / 700 · lh 64px · tracking -0.7px |
| h2 | 40px / 700 · lh 54px · tracking -0.5px |
| h3 | 20px / 600 · lh 28px · tracking -0.5px |
| body | 16px / 400 · lh 28px |
| small | 14px / 500 · lh 20px |

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

> **Fonts —** Inter — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 28px — snap all gaps/padding to these

## Radius
- base: 6px
- button: 8px
- card: 12px
- pill: 9999px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#11A8FF` / `#FFFFFF` | none | 8px | 6px 16px 6px 16px | 500 14px / -0.003px | none |
| secondary | `#FFFFFF` / `#5C5C5C` | none | 12px | 12px 28px 12px 28px | 600 16px / -0.2px | none |

**States (measured, not guessed)**

- primary hover: background `#218FCD`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px`

## Motion
- durations: 150ms (dominant)
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear`
- animated properties: color, background-color, border-color, text-decoration-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 |
|-------|-------|
| `--foreground` | `#262626` |
| `--color-amie-pink` | `#f6a6a6` |
| `--shadow-wysiwyg-inner` | `rgba(0,0,0,0.04)` |
| `--shadow-wysiwyg-outer` | `rgba(0,0,0,0.12)` |
| `--nav-width` | `74px` |
| `--inbox-width` | `200px` |
| `--grid-title-height` | `36px` |
| `--grid-timezone-add-width` | `20px` |
| `--grid-timezone-gutter` | `10px` |
| `--grid-timezone-width` | `42px` |
| `--grid-labels-width` | `1px` |
| `--grid-allday-event-height` | `24px` |

_…and 7 more measured on the page._

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

## Layout (measured)
- container max 980px
- nav: 59px relative

## Motion choreography (measured)
Load order: `div.size-full`×2 @0ms
- overlay dialog (auto-opened): panel #FFFFFF · r 12px · shadow 
  - enter: transform+opacity from rotateX(-10deg) scale(0.9),0 · 200ms linear

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

## Components (measured)
- link: #A0A0A0 · no underline

## Responsive (measured)
- breakpoints: 469px · 640px · 768px · 1024px · 1280px
- mobile (390px): 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.

← 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 Amie's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with amie.so. No screenshots stored. Removal requests: hello@mozaika.design.