Text, dark CTAs, footer, outlines.
design systems / multiplayer canvas / product UI
Make anything possible, all in one collaborative interface.
A flat black-and-white catalog with periwinkle actions, mono labels, workflow pills, product panels, and visible canvas mechanics.
01 / Colors
Black, white, then product-color bursts.
Primary & Action
Periwinkle CTA and docs links.
Lifted hover action.
Pressed action state.
Surfaces
White working surface.
Quiet support ground.
Controls and chips.
System story band.
Product module ground.
Brand-specific Signatures
Multiplayer cursor cue.
Creative FigJam energy.
Publishing blue.
AI and template softness.
Cursor and illustration accent.
Positive state.
02 / Typography
Large regular-weight headlines, practical UI text.
Make anything possible
display - 72px / 400 / 1.10 / -0.015em / Inter substituteDesign and prototype
hero - 64px / 400 / 1.10 / -0.01em / InterShip products any way you want
headline-lg - 44px / 400 / 1.10 / -0.01em / InterAlignment made easy
title-lg - 30px / 400 / 1.30 / -0.01em / InterShare libraries across teams.
title-md - 24px / 540 / 1.35 / -0.01em / InterVirtual Teleportation Portal App
title-sm - 18px / 450 / 1.40 / -0.005em / InterProducts, resources, pricing, and login navigation.
nav/body-lg - 18px / 330 / 1.40 / -0.008em / InterComponents are elements you can reuse across your designs.
body-docs - 16px / 400 / 1.80 / 0em / InterTRUSTED BY THE WORLD'S LEADING TEAMS
mono-label - 16px / 400 / 1.30 / 0.04em / Roboto Mono$15
pricing-display - 44px / 400 / 1.05 / -0.01em / Inter03 / Buttons
Compact rectangles, pills for modes, circles for tools.
04 / Cards & Surfaces
Flat surfaces and product-first containers.
Standard canvas card
White, bordered, almost shadowless utility panel.
Systems that scale
Soft green carries the design-system story.
Build from context
Gray bands support screenshot and code panels.
Creative campaign card
Coral and burgundy create editorial accent.
Footer-dark utility
Black surfaces are functional, not glossy.
Mega-menu overlay
Rare elevated surface with broad menu shadow.
05 / Brand-Specific Product Patterns
Canvas mechanics make it recognizable.
Guide to components
Prompt, code, and design
Mode switching stays pill-shaped; color stays in the canvas.
06 / Forms
Quiet inputs with blue focus.
07 / Spacing
4px base, large section jumps.
08 / Radius
Small controls, huge screenshot corners.
09 / Elevation
Depth is rare.
10 / Extracted Component Tokens
CSS custom properties.
:root {
--brand-primary: #000000;
--brand-accent: #4D49FC;
--brand-ink: #000000;
--brand-muted: #697485;
--brand-canvas: #FFFFFF;
--brand-surface: #F9F9F9;
--brand-surface-alt: #E6E6E6;
--brand-border: #E0E0E0;
--brand-soft-green-section: #F3FFE3;
--brand-product-gray-section: #E2E2E2;
--brand-cursor-cyan: #33DFDF;
--brand-neon-lime: #E4FF97;
--brand-signature-coral: #FF7237;
--font-sans: Inter, system-ui, helvetica, sans-serif;
--font-mono: Roboto Mono, SF Mono, Menlo, monospace;
--type-display: 72px;
--type-hero: 64px;
--type-headline-lg: 44px;
--radius-lg: 8px;
--radius-media: 80px;
--radius-pill: 9999px;
--space-section: 120px;
--shadow-nav: 0px 24px 70px rgba(0,0,0,0.10);
}