MozaikaLive decode

Gemini Mobile — decoded design system

gemini.google.com · dark · consumer · deep decode — measured live

Gemini 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/gemini.google.com.

Decoded design system

Gemini Mobile's decoded design system: background #000000, text #1F1F1F, accent #1F3DA0, link #444746, primary #1F3DA0; type scale h1 36px / h2 20px / body 15px; 4px spacing base; 12px base radius. The single interactive/action color is #0B57D0 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#000000
surface#010101
border#040404
text#1F1F1F
text_muted#131313
primary#1F3DA0
accent#1F3DA0
link#444746
button_bg#0B57D0
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--mat-focus-indicator-border-width1px

Layout (measured)

Motion choreography (measured)

Load order: chat-window.center-input-layoutdiv.mic-button-containerh1.gds-display-mdiv.nl-blobdiv.nl-blobdiv.nl-blob

Scroll reveal: 2 elements rest at translateY(-24px).

Overlay recipe (measured)

dialog panel: rgba(0, 0, 0, 0) · radius 0px

Themes

dark counterpart: background #0F0F0F, text #E3E3E3.

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/gemini.google.com

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

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

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

Export: DESIGN.md

# Gemini Mobile — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#000000` |
| surface | `#010101` |
| border | `#040404` |
| text | `#1F1F1F` |
| text_muted | `#131313` |
| primary | `#1F3DA0` |
| accent | `#1F3DA0` |
| link | `#444746` |
| button_bg | `#0B57D0` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#0B57D0` — 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 `#1F3DA0` — one role, not several.
- **accent** `#1F3DA0` — accent for emphasis — keep it rare on the page.
- **link** `#444746` — fails contrast on the background (~2.2:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **Page coverage** (full-page screenshot pixels): `#ABABAB` 74.4% · `#FFFFFF` 23.2% · `#BDBDBD` 2.4%

## Typography

- Heading: **Google Sans Flex** _(free fallback: Newsreader)_
- Body: **Google Sans Flex** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 36px / 320 · lh 44px |
| h2 | 20px / 470 · lh 24px |
| body | 15px / 400 · lh 20px |
| small | 14px / 500 |

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

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

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

## Radius
- base: 12px
- button: 9999px
- card: 50px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#0B57D0` / `#FFFFFF` | none | 9999px | 0px 24px 0px 24px | 500 14px | none |
| secondary | `#FFFFFF` / `#444746` | 1px solid rgb(196, 199, 197) | 9999px | 0px 12px 0px 12px | 400 13.3333px | none |

**States (measured, not guessed)**

- transition: `box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.16) 0px 2px 8px -2px`
- overlay: `rgba(0, 0, 0, 0.04) 0px 0px 20px 0px`

## Motion
- durations: 500ms (dominant) · 250ms · 280ms
- easings: `cubic-bezier(0.2, 0, 0, 1)` (dominant) · `ease`
- animated properties: opacity, box-shadow, transform, -webkit-transform

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 |
|-------|-------|
| `--mat-focus-indicator-border-width` | `1px` |

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

## Layout (measured)
- container max 640px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 126 | 292 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `chat-window.center-input-layout` @0ms → `div.mic-button-container` @824ms → `h1.gds-display-m` @946ms → `div.nl-blob` @1577ms → `div.nl-blob` @1577ms → `div.nl-blob` @1577ms
- `chat-window.center-input-layout` — opacity 0→1 · transform translate(-50%, -45%) scale(0)→translate(-50%, -45%) scale(1) — 1000ms cubic-bezier(0.2, 0, 0, 1)
- `div.nl-blob` — scale 1→1 — 9100ms ease-in-out (delay -5500ms) · loops
- `div.nl-blob` — translate 140px -30px→-130px -10px — 4300ms cubic-bezier(0.45, 0, 0.55, 1) (delay -1200ms) · loops
- `div.nl-blob` — transform rotate(58deg)→rotate(58deg) — 11700ms ease-in-out · loops
- `div.nl-blob` — scale 0.87→0.87 — 9490ms ease-in-out · loops
- `div.nl-blob` — translate -200px→-200px — 6000ms cubic-bezier(0.76, 0, 0.24, 1) · loops
- scroll reveal: 2 elements rest at translateY(-24px) (2 revealed during the drive).
- overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px

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

## Components (measured)
- link: #444746 · underline
- disabled: bg rgba(0, 0, 0, 0) · text color(srgb 0.121569 0.121569 0.121569 / 0.38)

## Themes (both measured)
- dark counterpart: bg `#0F0F0F` · text `#E3E3E3`

## Responsive (measured)
- breakpoints: 480px · 600px · 768px · 960px · 1280px
- mobile (390px): hero 32px · 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.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/gemini.google.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 Gemini Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with gemini.google.com. No screenshots stored. Removal requests: hello@mozaika.design.