High-intent order and progress actions.
Action blue inside a white showroom.
The palette stays sparse. Most visual identity comes from ink, white space, and dark-photo contrast; blue appears where commitment happens.
Darker action state for hover depth.
Pressed state with sober, mechanical feedback.
Headlines, outlines, dark surfaces and footer bands.
Primary operational reading tone.
Spec labels, helper copy, subdued metadata.
Main field for gallery-like product presentation.
Tertiary controls and utility contrast.
Hairline division on cards and configurator inputs.
Operational good-state indicator.
Medium occupancy or caution marker.
Muted functional error, never theatrical.
Display restraint with utility text discipline.
Headlines feel firm and cinematic, while the operational layer stays compact and exact. Weight, not decoration, carries confidence.
Compact controls, not oversized persuasion.
Buttons stay low-radius, 40px tall, and precise. The system reads like purchase instrumentation rather than promotional UI chrome.
Mostly flat, occasionally docked, always disciplined.
Tesla’s surfaces do not seek warmth. They separate content through white fields, hairlines, dark inversion, and occasional restrained lift.
Model Overview
A white field with exact specs, a short explainer, and one decisive CTA.
Ownership Tools
Tertiary gray surfaces appear when the interface needs gentle separation without decorative depth.
Charging Map
The rare raised module uses a small shadow and simple edge treatment.
Powerwall
Dark surfaces work best when paired with bold product narratives and highly controlled copy density.
All Black Interior
Option cards read like engineering selections, not lifestyle tiles.
Vehicle Price
Persistent commercial context anchors long configuration flows without visual clutter.
The product language is half configurator, half instrument panel.
These mockups translate the stable UI patterns that make the brand legible even without logos: purchase summary docks, paint selectors, range stats, charging logic, and support-density modules.
Sticky purchase dock
Exterior color chips
Range and charger metric strip
Engineering detail row
Search and account entry
Editorial learn module
Utility patterns with low ceremony.
Form styling stays restrained: light borders, dark text, one clear focus treatment, and a softer pill variant only where support-account flows require it.
A strict 4px rhythm supports the calm.
Spacing does much of the brand work. The interface feels premium because it is measured, not because it is ornamented.
Almost everything stays tight-edged.
Tesla’s visual language becomes generic quickly when corners get too soft. The low-radius stance is part of the brand signal.
Mostly flat; depth arrives only when utility needs docking.
This brand does not build hierarchy through thick layered shadows. Where elevation appears, it is subtle, often in support controls or persistent summary modules.
Flat surface
Standard sections are flat. Separation comes from white space and hairlines.
Small elevation
Used in map controls and the occasional lightweight utility card.
Reverse dock
The summary footer rises upward instead of floating downward.
Core CSS variables.
The preview is fully tokenized with custom properties so the system stays editable without losing Tesla’s edge, spacing, or tonal logic.
:root {
--brand-primary: #3e6ae1;
--brand-accent-hover: #3457b1;
--brand-accent-pressed: #2e4994;
--brand-ink: #171a20;
--brand-body: #393c41;
--brand-muted: #5c5e62;
--brand-canvas: #ffffff;
--brand-surface-alt: #f4f4f4;
--brand-border: #d0d1d2;
--brand-success: #02b028;
--brand-warning: #fbb01b;
--brand-error: #b74134;
--radius-4: 4px;
--radius-9: 9px;
--radius-20: 20px;
--space-16: 16px;
--space-24: 24px;
--space-72: 72px;
--shadow-small: 0 4px 8px 0 #00000014;
--shadow-reverse: 0 -2px 8px 0 #0000001a;
}