MozaikaLive decode

Deepnote — decoded design system

deepnote.com · light · professional · chakra · deep decode — measured live

Deepnote'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/deepnote.com.

Decoded design system

Deepnote's decoded design system: background #FFFFFF, text #334052, accent #146EFE, link #146EFE, primary #606F85; type scale h1 62px / h2 60px / body 16px; 4px spacing base; 8px base radius. The single interactive/action color is #146EFE — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F2F3F4
border#E0E2E5
text#334052
text_muted#808893
primary#606F85
accent#146EFE
link#146EFE
secondary#DDE4EE
button_bgrgba(0, 0, 0, 0)
button_textrgba(255, 255, 255, 0.96)

Using these colors

Typography

Spacing

Radii

Shadow

rgba(15, 102, 189, 0.2) 0px -1px 0px 0px inset, rgba(161, 204, 247, 0.2) 0px 1px 0px 0px inset, rgba(57, 148, 239, 0.16) 0px 2px 4px 0px, rgba(2, 54, 105, 0.12) 0px 4px 8px 0px

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--chakra-ring-offset-color#fff
--chakra-ring-colorrgba(66, 153, 225, 0.6)
--chakra-colors-black#000000
--chakra-colors-white#FFFFFF
--chakra-colors-whiteAlpha-50rgba(255, 255, 255, 0.04)
--chakra-colors-whiteAlpha-100rgba(255, 255, 255, 0.06)
--chakra-colors-whiteAlpha-200rgba(255, 255, 255, 0.08)
--chakra-colors-whiteAlpha-300rgba(255, 255, 255, 0.16)
--chakra-colors-whiteAlpha-400rgba(255, 255, 255, 0.24)
--chakra-colors-whiteAlpha-500rgba(255, 255, 255, 0.36)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: bodypath.dash-linerect×8 → i×5 → span.ai-curi×3

Stagger: i ×3 — 200ms apart.

Stagger: div ×6 — 300ms apart.

Responsive (measured)

Install it

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

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

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

Export: DESIGN.md

# Deepnote — Design System

> light, professional, medium, chakra — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F2F3F4` |
| border | `#E0E2E5` |
| text | `#334052` |
| text_muted | `#808893` |
| primary | `#606F85` |
| accent | `#146EFE` |
| link | `#146EFE` |
| secondary | `#DDE4EE` |
| button_bg | `rgba(0, 0, 0, 0)` |
| button_text | `rgba(255, 255, 255, 0.96)` |

**Using these colors**

- **Action color** `#146EFE` — 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 `#146EFE` — one role, not several (your action color).
- **accent** `#146EFE` — 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.
- **primary** `#606F85` — a brand color — but the call-to-action uses #146EFE, not this.
- **secondary** `#DDE4EE` — 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` 90.2% · `#DBE0EF` 4.6% · `#6181B7` 4.2% · `#E7F1FD` 1%

## Typography

- Heading: **Bricolage Grotesque**
- Body: **Inter**
- Mono: **JetBrains Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 62px / 700 · lh 62px · tracking -1.74px |
| h2 | 60px / 700 · lh 66px · tracking -1.2px |
| h3 | 28px / 700 · lh 36px · tracking -0.59px |
| body | 16px / 400 · lh 24px · tracking -0.18px |
| small | 14px / 500 · lh 21px |
| eyebrow | 9px / 700 · tracking 0.54px |

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

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

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 4px, 5px, 6px, 7px, 8px, 9px, 10px, 12px, 16px — snap all gaps/padding to these
- section rhythm: 128px top/bottom padding per section (measured)

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `rgba(0, 0, 0, 0)` / `rgba(255, 255, 255, 0.96)` | none | 10px | 6px 12px 6px 12px | 600 14px | rgba(15, 102, 189, 0.2) 0px -1px 0px 0px inset, rgba(161, 204, 247, 0.2) 0px 1px 0px 0px inset, rgba(57, 148, 239, 0.16) 0px 2px 4px 0px, rgba(2, 54, 105, 0.12) 0px 4px 8px 0px |
| secondary | `rgba(0, 0, 0, 0)` / `#334052` | none | 10px | 6px 12px 6px 12px | 500 14px | none |

**States (measured, not guessed)**

- primary focus: box-shadow `none` · outline `3px solid rgb(211, 228, 255)`
- secondary hover: background `#F8FAFC` · color `#0A56D0`
- transition: `filter 0.2s ease`

## Shadows (elevation)
- card: `rgba(170, 187, 202, 0.1) 0px 2px 4px 0px, rgba(170, 187, 202, 0.1) 0px 4px 8px 0px`
- button: `rgba(15, 102, 189, 0.2) 0px -1px 0px 0px inset, rgba(161, 204, 247, 0.2) 0px 1px 0px 0px inset, rgba(57, 148, 239, 0.16) 0px 2px 4px 0px, rgba(2, 54, 105, 0.12) 0px 4px 8px 0px`
- overlay: `rgba(0, 0, 0, 0.6) 0px 24px 60px 0px, rgba(123, 97, 255, 0.18) 0px 0px 0px 1px`

## Motion
- durations: 200ms (dominant) · 180ms · 240ms
- easings: `ease` (dominant) · `ease-out`
- animated properties: color, background-color, transform, box-shadow

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 |
|-------|-------|
| `--chakra-ring-offset-color` | `#fff` |
| `--chakra-ring-color` | `rgba(66, 153, 225, 0.6)` |
| `--chakra-colors-black` | `#000000` |
| `--chakra-colors-white` | `#FFFFFF` |
| `--chakra-colors-whiteAlpha-50` | `rgba(255, 255, 255, 0.04)` |
| `--chakra-colors-whiteAlpha-100` | `rgba(255, 255, 255, 0.06)` |
| `--chakra-colors-whiteAlpha-200` | `rgba(255, 255, 255, 0.08)` |
| `--chakra-colors-whiteAlpha-300` | `rgba(255, 255, 255, 0.16)` |
| `--chakra-colors-whiteAlpha-400` | `rgba(255, 255, 255, 0.24)` |
| `--chakra-colors-whiteAlpha-500` | `rgba(255, 255, 255, 0.36)` |
| `--chakra-colors-whiteAlpha-600` | `rgba(255, 255, 255, 0.48)` |
| `--chakra-colors-whiteAlpha-700` | `rgba(255, 255, 255, 0.64)` |

_…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 1248px · common grid: 6-col
- nav: 49px fixed · backdrop blur(20px) · border-bottom 1px solid rgb(221, 228, 238) · bg rgba(255, 255, 255, 0.8)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 1010 | 942 | 2 | 64 | 128/128 | 33/67 |
| 1952 | 1036 | 6 | 32 | 0/0 | — |
| 3116 | 796 | 6 | 32 | 0/0 | — |
| 3992 | 966 | 6 | 32 | 0/0 | — |

## Motion choreography (measured)
Load order: `body` @0ms → `path.dash-line` @1148ms → `rect`×8 @1150ms → `i`×5 @1151ms → `span.ai-cur` @1151ms → `i`×3 @1151ms
- `span.bar` ×3 — transform scaleX(0)→scaleX(1) — 550ms ease-out
- `i` ×4 — transform scaleX(0)→scaleX(1) — 800ms ease-out (delay 300ms)
- `rect` ×8 — transform scaleY(0)→scaleY(1) — 700ms ease-out (delay 400ms)
- `div.ai-gen` — opacity 0→1 · transform translateY(-4px)→none — 400ms ease-out (delay 1300ms)
- `div.mini-cell` — opacity 0→1 · transform translateY(-4px)→none — 400ms ease-out (delay 1600ms)
- `div.css-1q0e11s` — transform translate(0px)→translate(0px) — 4000ms ease-in-out · loops
- stagger: `i` ×3 — 200ms apart
- stagger: `div` ×6 — 300ms apart
- stagger: `span` ×3 — 150ms apart

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

## Components (measured)
- link: #146EFE · no underline — hover #0A56D0

## Responsive (measured)
- mobile (390px): hero 36px · 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.
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 Deepnote's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with deepnote.com. No screenshots stored. Removal requests: hello@mozaika.design.