extraído de bmw-m.com Ver sitio ↗

BMW M

A motorsport-engineering interface anchored on a near-black canvas with white BMW Type Next Latin display headlines in confident UPPERCASE.

dark mode neutral 20 colores Oscuro Cinemático
bmw-m.com
Captura de BMW M
01

Color

dark · 20 colors
Primary
#ffffff
primary
primary
Ink
#ffffff
ink
ink
#bbbbbb
body
body
#e6e6e6
body-strong
body-strong
#7e7e7e
muted
muted
#000000
on-primary
on-primary
#ffffff
on-dark
on-dark
Brand
#3c3c3c
hairline
hairline
#262626
hairline-strong
hairline-strong
#0066b1
m-blue-light
m-blue-light
#1c69d4
m-blue-dark
m-blue-dark
#e22718
m-red
m-red
#1c69d4
bmw-blue
bmw-blue
#0653b6
electric-blue
electric-blue
#2b2b2b
carbon-gray
carbon-gray
#f4b400
warning
warning
Surface
#000000
canvas
canvas
#1a1a1a
surface-card
surface-card
#262626
surface-elevated
surface-elevated
#0d0d0d
surface-soft
surface-soft
02

Typography

1 familia
AaEeCcGg50.
Figtree sustituto de BMWTypeNextLatin
300 LightDesign that moves people.
400 RegularDesign that moves people.
500 MediumDesign that moves people.
600 SemiBoldDesign that moves people.
700 BoldDesign that moves people.
Body — Figtree

El sistema visual combina tipografía de alta calidad con colores cuidadosamente seleccionados. Cada decisión de diseño refleja la personalidad de la marca y comunica su propósito con claridad y precisión.

RoleSizeWeightLHFont
display xl72px7001.0Display
display lg48px6001.1Display
heading32px6001.2Display
body lg20px4001.5Body
body16px4001.6Body
label14px5001.4Display
mono13px4001.6Mono
03

Components

live recipes
Componente destacado
BMW M UI

La card usa la superficie del sistema con borde sutil y el radio real de la marca. El kicker en el color primario es el único acento de color sobre el fondo.

04

Spacing & shape

base 16px
Spacing scale
4px
8px
12px
16px
24px
40px
64px
96px
Radius family
8px
9999px
05

Principles

guardrails

    Do

  • Usa los colores del sistema con intención y consistencia.
  • Mantén la tipografía dentro de la escala establecida.
  • Aplica los radios de borde según el contexto de cada componente.

    Don't

  • No uses colores fuera del sistema sin justificación visual.
  • No mezcles familias tipográficas de categorías incompatibles.
  • No apliques sombras donde el sistema usa color plano.
06

Resources

copy & paste
:root {
  /* Color */
  --canvas: #000000;
  --surface: #0d0d0d;
  --ink: #ffffff;
  --ink-soft: #bbbbbb;
  --muted: #7e7e7e;
  --primary: #ffffff;
  --primary-hover: #f0f0f0;
  --border: #3c3c3c;
  /* Typography */
  --font-display: 'Figtree', system-ui, sans-serif;
  --font-body: 'Figtree', Georgia, serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
  /* Radius */
  --radius-btn: 8px;
  --radius-card: 8px;
  /* Spacing */
  --space-4: 4px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-24: 24px;
  --space-40: 40px;
  --space-64: 64px;
  --space-96: 96px;
}
@theme {
  --color-canvas: #000000;
  --color-surface: #0d0d0d;
  --color-ink: #ffffff;
  --color-primary: #ffffff;
  --color-primary-hover: #f0f0f0;
  --color-border: #3c3c3c;
  --font-display: 'Figtree', system-ui, sans-serif;
  --font-body: 'Figtree', Georgia, serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
  --radius-btn: 8px;
  --radius-card: 8px;
}
{
  "color": {
    "canvas": "#000000",
    "surface": "#0d0d0d",
    "ink": "#ffffff",
    "primary": "#ffffff",
    "border": "#3c3c3c",
    "body": "#bbbbbb",
    "body-strong": "#e6e6e6",
    "muted": "#7e7e7e",
    "hairline": "#3c3c3c",
    "hairline-strong": "#262626"
  },
  "font": {
    "display": "Figtree",
    "body": "Figtree",
    "mono": "JetBrains Mono"
  },
  "radius": {
    "btn": "8px",
    "card": "8px"
  },
  "spacing": {
    "4px": "4px",
    "8px": "8px",
    "12px": "12px",
    "16px": "16px",
    "24px": "24px",
    "40px": "40px",
    "64px": "64px",
    "96px": "96px"
  }
}