getdesign.mdgetdesign/bmw

BMW

Angular zero-radius automotive showroom design with dark hero photography, white content, and BMW Blue accents on Archivo-style geometric type.

install

npx designkit-cli add getdesign/bmw
source ↗
previewtemplates · BMW

Typography

Every text element the kit ships — headings through code

elements

Headings

The quick brown fox

Section heading

Subsection heading

Minor heading

Overline heading

Body text

Lead paragraph.Body text sits at the backbone of any interface — if it reads well, everything else has a chance. If it doesn't, nothing else matters.

Standard paragraph at the body size. Type hierarchies work best when the jump from body to subheading is clear but not disruptive — around 1.25-1.5× works across most contexts. Inline elements like a link, inline code, emphasis, strong, and highlighted text should all feel native to the kit.

Small / caption text — used for metadata, timestamps, descriptions under labels. Usually 14px or slightly smaller.

Lists

Unordered

  • Token-driven styling
  • Agent-readable format
  • Composable kits
    • Colors
    • Typography
    • Component stylings
  • Portable between projects

Ordered

  1. Describe the kit in prose
  2. Extract colors and typography
  3. Apply to a sample UI
  4. Iterate on token values

Blockquote

“Good design is as little design as possible. Less, but better — because it concentrates on the essential aspects, and the products are not burdened with non-essentials.”
— Dieter Rams

Code

// install a kit
$ npx designkit-cli add airbnb

// apply it to your project
import { applyKit } from "@designkit/theme"
applyKit("airbnb")

Rule


Buttons

Primary, secondary, outline, ghost — every state the kit ships

elements

Default

Sizes

With icon

Form fields

Every input control the kit ships — text, select, checkboxes, radios, switches, file

elements

Text inputs

Textarea

Select

Checkboxes

Radio group

Billing cadence

Toggle switch

File input

Feedback

Alerts, badges, progress, tooltips, avatars — the signal surface of every UI

elements

Alerts

!

Scheduled maintenance

We'll be rolling out a new version on Friday at 22:00 UTC. Expect a short read-only window.

!

Kit published

Your DESIGN.md is live. Anyone can now install it with `npx designkit-cli add you/my-kit`.

!

Deprecated API

You're calling /v1/kits which will be removed in 30 days. Migrate to /v2/kits.

!

Build failed

Two component tokens reference an undefined color. Run `designkit lint` to see them.

Badges & tags

OfficialCommunityv2.0BetaDeprecatedOutlineOutline alt

Avatars

JD

Jeremy Dupont

Author

ALMTKPSJ+6

Progress

Upload32%
Build78%
Complete100%

Spinner

Loading…

Tooltip (static)

Tooltip text

Keyboard shortcut

Press K to open the command palette, or Esc to dismiss.

Data display

Table, definition list, empty state — how the kit shows structured data

app

Table

KitAuthorInstallsUpdatedStatus
airbnbgetdesign12.4K2d agoActive
claudegetdesign8.1K5d agoActive
stripegetdesign7.9K1w agoActive
linear.appgetdesign6.2K2w agoBeta
heritagedk2.1K1mo agoDraft

Definition list

Name
Airbnb
Author
getdesign · Claude
Format
DESIGN.md (Google Stitch spec)
Primary font
Nunito (substitute for Airbnb Cereal VF)
Installs
12,408
License
MIT

Empty state

No kits yet

You haven't published any kits on this account. Drop a DESIGN.md in a public repo to get started.

Breadcrumbs

Tabs

Sign in

Centered auth card — the most scrutinised surface in any app

app

Welcome back

Sign in with your work email to continue.

or

New here? Create an account

Dashboard KPIs

Four-card stat row — the staple of every internal dashboard

app

Overview

Performance for the last 30 days

Active users

12,408

+4.2% vs last period

MRR

$28.9K

+12.1% vs last period

Churn

1.8%

-0.3% vs last period

NPS

72

+5 vs last period

[chart placeholder]

Chat thread

Agent + user turn-based chat — bubbles, avatar, timestamp

app
A

Design Agent

online · responds in seconds

Hey — what's the goal of today's session?
I want to ship a pricing page that matches our brand.
Got it. Sharing three variants in a sec — each in your brand tokens so it'll feel native. Which fits better: conversion-first, feature-first, or transparency-first?
Let's try conversion-first.

Hero

Landing-page headline + subtitle + primary CTA

marketing
New · v2.0

Designed for humans. Built for agents.

Ship a brand-aligned product in hours. Coding agents write UI that matches your design system — no brief, no handoff.

Pricing

Three-tier comparison grid with a highlighted middle tier

marketing

Simple pricing

Pay for what you use. Change plans any time.

Hobby

$0forever
  • 1 project
  • Community support
  • Public kits only

Pro

Popular
$19per month
  • Unlimited projects
  • Private kits
  • Priority support
  • AI kit generator

Team

$49per seat / mo
  • Everything in Pro
  • Shared workspace
  • SSO + audit logs
  • Dedicated support

source

---
name: BMW
description:
  Angular zero-radius automotive showroom design with dark hero photography,
  white content, and BMW Blue accents on Archivo-style geometric type.
originalFonts:
  primary: "BMWTypeNextLatin"
  fallbacks:
    - "Helvetica"
    - "Hiragino"
    - "Meiryo"
colors:
  background: "#ffffff"
  surface: "#ffffff"
  surface-raised: "#262626"
  ink: "#262626"
  ink-muted: "#757575"
  accent: "#1c69d4"
  accent-alt: "#0653b6"
  border: "#bbbbbb"
  link: "#1c69d4"
  pure-white: "#ffffff"
  bmw-blue: "#1c69d4"
  bmw-focus-blue: "#0653b6"
  near-black: "#262626"
  meta-gray: "#757575"
  silver: "#bbbbbb"
typography:
  h1:
    family: "Archivo"
    size: "3.75rem"
    weight: 300
    lineHeight: 1.3
  h2:
    family: "Archivo"
    size: "2rem"
    weight: 400
    lineHeight: 1.3
  h3:
    family: "Archivo"
    size: "1.13rem"
    weight: 900
    lineHeight: 1.3
  body:
    family: "Archivo"
    size: "1rem"
    weight: 400
    lineHeight: 1.15
  button:
    family: "Archivo"
    size: "1rem"
    weight: 700
    lineHeight: 1.2
spacing:
  xs: "0.5rem"
  sm: "0.75rem"
  md: "1rem"
  lg: "1.875rem"
  xl: "3.75rem"
rounded:
  sm: "0px"
  md: "0px"
  lg: "0px"
  xl: "0px"
shadows:
  sm: "none"
  md: "none"
  lg: "none"
components:
  button-primary:
    background: "{colors.accent}"
    color: "#ffffff"
    border: "1px solid {colors.accent}"
    radius: "0px"
    padding: "0.75rem 1.5rem"
  button-secondary:
    background: "transparent"
    color: "#ffffff"
    border: "1px solid #ffffff"
    radius: "0px"
    padding: "0.75rem 1.5rem"
  card:
    background: "{colors.surface}"
    border: "none"
    radius: "0px"
    padding: "1.5rem"
  input:
    background: "{colors.surface}"
    color: "{colors.ink}"
    border: "1px solid {colors.border}"
    radius: "0px"
    padding: "0.5rem 0.75rem"
---

<!-- source: VoltAgent/awesome-design-md @ 80bbbc2 (MIT) — see ATTRIBUTION.md -->

# Design System Inspiration of BMW

## 1. Visual Theme & Atmosphere

BMW's website is automotive engineering made visual — a design system that
communicates precision, performance, and German industrial confidence. The page
alternates between deep dark hero sections (featuring full-bleed automotive
photography) and clean white content areas, creating a cinematic rhythm
reminiscent of a luxury car showroom where vehicles are lit against darkness.
The BMW CI2020 design language (their corporate identity refresh) defines every
element.

The typography is built on BMWTypeNextLatin — a proprietary typeface in two
variants: BMWTypeNextLatin Light (weight 300) for massive uppercase display
headings, and BMWTypeNextLatin Regular for body and UI text. The 60px uppercase
headline at weight 300 is the defining typographic gesture — light-weight type
that whispers authority rather than shouting it. The fallback stack includes
Helvetica and Japanese fonts (Hiragino, Meiryo), reflecting BMW's global
presence.

What makes BMW distinctive is its CSS variable-driven theming system.
Context-aware variables (`--site-context-highlight-color: #1c69d4`,
`--site-context-focus-color: #0653b6`, `--site-context-metainfo-color: #757575`)
suggest a design system built for multi-brand, multi-context deployment where
colors can be swapped globally. The blue highlight color (`#1c69d4`) is BMW's
signature blue — used sparingly for interactive elements and focus states, never
decoratively. Zero border-radius was detected — BMW's design is angular,
sharp-cornered, and uncompromisingly geometric.

**Key Characteristics:**

- BMWTypeNextLatin Light (weight 300) uppercase for display — whispered
  authority
- BMW Blue (`#1c69d4`) as singular accent — used only for interactive elements
- Zero border-radius detected — angular, sharp-cornered, industrial geometry
- Dark hero photography + white content sections — showroom lighting rhythm
- CSS variable-driven theming: `--site-context-*` tokens for brand flexibility
- Weight 900 for navigation emphasis — extreme contrast with 300 display
- Tight line-heights (1.15–1.30) throughout — compressed, efficient, German
  engineering
- Full-bleed automotive photography as primary visual content

## 2. Color Palette & Roles

### Primary Brand

- **Pure White** (`#ffffff`): `--site-context-theme-color`, primary surface,
  card backgrounds
- **BMW Blue** (`#1c69d4`): `--site-context-highlight-color`, primary
  interactive accent
- **BMW Focus Blue** (`#0653b6`): `--site-context-focus-color`, keyboard focus
  and active states

### Neutral Scale

- **Near Black** (`#262626`): Primary text on light surfaces, dark link text
- **Meta Gray** (`#757575`): `--site-context-metainfo-color`, secondary text,
  metadata
- **Silver** (`#bbbbbb`): Tertiary text, muted links, footer elements

### Interactive States

- All links hover to white (`#ffffff`) — suggesting primarily dark-surface
  navigation
- Text links use underline: none on hover — clean interaction

### Shadows

- Minimal shadow system — depth through photography and dark/light section
  contrast

## 3. Typography Rules

### Font Families

- **Display Light**: `BMWTypeNextLatin Light`, fallbacks:
  `Helvetica, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo`
- **Body / UI**: `BMWTypeNextLatin`, same fallback stack

### Hierarchy

| Role            | Font                   | Size           | Weight | Line Height  | Notes                       |
| --------------- | ---------------------- | -------------- | ------ | ------------ | --------------------------- |
| Display Hero    | BMWTypeNextLatin Light | 60px (3.75rem) | 300    | 1.30 (tight) | `text-transform: uppercase` |
| Section Heading | BMWTypeNextLatin       | 32px (2.00rem) | 400    | 1.30 (tight) | Major section titles        |
| Nav Emphasis    | BMWTypeNextLatin       | 18px (1.13rem) | 900    | 1.30 (tight) | Navigation bold items       |
| Body            | BMWTypeNextLatin       | 16px (1.00rem) | 400    | 1.15 (tight) | Standard body text          |
| Button Bold     | BMWTypeNextLatin       | 16px (1.00rem) | 700    | 1.20–2.88    | CTA buttons                 |
| Button          | BMWTypeNextLatin       | 16px (1.00rem) | 400    | 1.15 (tight) | Standard buttons            |

### Principles

- **Light display, heavy navigation**: Weight 300 for hero headlines creates
  whispered elegance; weight 900 for navigation creates stark authority. This
  extreme weight contrast (300 vs 900) is the signature typographic tension.
- **Universal uppercase display**: The 60px hero is always uppercase — creating
  a monumental, architectural quality.
- **Tight everything**: Line-heights from 1.15 to 1.30 across the entire system.
  Nothing breathes — every line is compressed, efficient, German-engineered.
- **Single font family**: BMWTypeNextLatin handles everything from 60px display
  to 16px body — unity through one typeface at different weights.

## 4. Component Stylings

### Buttons

- Text: 16px BMWTypeNextLatin, weight 700 for primary, 400 for secondary
- Line-height: 1.15–2.88 (large variation suggests padding-driven sizing)
- Border: white bottom-border on dark surfaces (`1px solid #ffffff`)
- No border-radius — sharp rectangular buttons

### Cards & Containers

- No border-radius — all containers are sharp-cornered rectangles
- White backgrounds on light sections
- Dark backgrounds for hero/feature sections
- No visible borders on most elements

### Navigation

- BMWTypeNextLatin 18px weight 900 for primary nav links
- White text on dark header
- BMW logo 54x54px
- Hover: remains white, text-decoration none
- "Home" text link in header

### Image Treatment

- Full-bleed automotive photography
- Dark cinematic lighting
- Edge-to-edge hero images
- Car photography as primary visual content

## 5. Layout Principles

### Spacing System

- Base unit: 8px
- Scale: 1px, 5px, 8px, 10px, 12px, 15px, 16px, 20px, 24px, 30px, 32px, 40px,
  45px, 56px, 60px

### Grid & Container

- Full-width hero photography
- Centered content sections
- Footer: multi-column link grid

### Whitespace Philosophy

- **Showroom pacing**: Dark hero sections with generous padding create the
  feeling of walking through a showroom where each vehicle is spotlit in its own
  space.
- **Compressed content**: Body text areas use tight line-heights and compact
  spacing — information-dense, no waste.

### Border Radius Scale

- **None detected.** BMW uses sharp corners exclusively — every element is a
  precise rectangle. This is the most angular design system analyzed.

## 6. Depth & Elevation

| Level                 | Treatment                  | Use              |
| --------------------- | -------------------------- | ---------------- |
| Photography (Level 0) | Full-bleed dark imagery    | Hero backgrounds |
| Flat (Level 1)        | White surface, no shadow   | Content sections |
| Focus (Accessibility) | BMW Focus Blue (`#0653b6`) | Focus states     |

**Shadow Philosophy**: BMW uses virtually no shadows. Depth is created entirely
through the contrast between dark photographic sections and white content
sections — the automotive lighting does the elevation work.

## 7. Do's and Don'ts

### Do

- Use BMWTypeNextLatin Light (300) uppercase for all display headings
- Keep ALL corners sharp (0px radius) — angular geometry is non-negotiable
- Use BMW Blue (`#1c69d4`) only for interactive elements — never decoratively
- Apply weight 900 for navigation emphasis — the extreme weight contrast is
  intentional
- Use full-bleed automotive photography for hero sections
- Keep line-heights tight (1.15–1.30) throughout
- Use `--site-context-*` CSS variables for theming

### Don't

- Don't round corners — zero radius is the BMW identity
- Don't use BMW Blue for backgrounds or large surfaces — it's an accent only
- Don't use medium font weights (500–600) — the system uses 300, 400, 700, 900
  extremes
- Don't add decorative elements — the photography and typography carry
  everything
- Don't use relaxed line-heights — BMW text is always compressed
- Don't lighten the dark hero sections — the contrast with white IS the design

## 8. Responsive Behavior

### Breakpoints

| Name          | Width       | Key Changes           |
| ------------- | ----------- | --------------------- |
| Mobile Small  | <375px      | Minimum supported     |
| Mobile        | 375–480px   | Single column         |
| Mobile Large  | 480–640px   | Slight adjustments    |
| Tablet Small  | 640–768px   | 2-column begins       |
| Tablet        | 768–920px   | Standard tablet       |
| Desktop Small | 920–1024px  | Desktop layout begins |
| Desktop       | 1024–1280px | Standard desktop      |
| Large Desktop | 1280–1440px | Expanded              |
| Ultra-wide    | 1440–1600px | Maximum layout        |

### Collapsing Strategy

- Hero: 60px → scales down, maintains uppercase
- Navigation: horizontal → hamburger
- Photography: full-bleed maintained at all sizes
- Content sections: stack vertically
- Footer: multi-column → stacked

## 9. Agent Prompt Guide

### Quick Color Reference

- Background: Pure White (`#ffffff`)
- Text: Near Black (`#262626`)
- Secondary text: Meta Gray (`#757575`)
- Accent: BMW Blue (`#1c69d4`)
- Focus: BMW Focus Blue (`#0653b6`)
- Muted: Silver (`#bbbbbb`)

### Example Component Prompts

- "Create a hero: full-width dark automotive photography background. Heading at
  60px BMWTypeNextLatin Light weight 300, uppercase, line-height 1.30, white
  text. No border-radius anywhere."
- "Design navigation: dark background. BMWTypeNextLatin 18px weight 900 for
  links, white text. BMW logo 54x54. Sharp rectangular layout."
- "Build a button: 16px BMWTypeNextLatin weight 700, line-height 1.20. Sharp
  corners (0px radius). White bottom border on dark surface."
- "Create content section: white background. Heading at 32px weight 400,
  line-height 1.30, #262626. Body at 16px weight 400, line-height 1.15."

### Iteration Guide

1. Zero border-radius — every corner is sharp, no exceptions
2. Weight extremes: 300 (display), 400 (body), 700 (buttons), 900 (nav)
3. BMW Blue for interactive only — never as background or decoration
4. Photography carries emotion — the UI is pure precision
5. Tight line-heights everywhere — 1.15 to 1.30 is the range