Design context  /  Brand tokens
candidate
Exaflair Brand reference · v1 · 2026-09-09

Exaflair

Powered by intelligence, driven by flair.

The brand as a living reference. Every value on this page comes from brand/tokens.css; if it looks right here, it is right in code. Click any color to copy its hex.

Typeface
Montserrat, five weights
Palette
Two oranges, white, almost black
Grounds
#111111 dark, #F1F1F1 light
Accent budget
One or two orange moments per screen
01 Color

Four colors. One of them does the talking.

Tangerine is the accent and the only saturated color on a screen. Yellow Orange is a second tier for hover, highlights and warm tints. Everything else is white, almost black, and the greys between them.

Burnt orange and off-white are sampled from the kit's images, not stated in it. The greys are ours, derived from Almost Black for UI surfaces and borders. Tangerine on white is about 2.9:1 contrast: fine for large text and fills, not for body copy. On Almost Black it is about 7:1.

02 Typography

Montserrat, and nothing else.

One family in five weights carries the whole brand. Headlines in Medium and SemiBold with tight leading; body in Light and Regular. Bold is for the rare moment that needs it.

300 Light

Where scale meets talent

400 Regular

Where scale meets talent

500 Medium

Where scale meets talent

600 SemiBold

Where scale meets talent

700 Bold

Where scale meets talent

--text-4xl · 64

Exa brings the scale

--text-3xl · 48

Exa brings the scale of a quintillion

--text-2xl · 36

Flair adds the finesse with intelligence built in

--text-xl · 28

Flair adds the finesse with intelligence built in

--text-lg · 22

Plug in product minds, AI-boosted builders, and systems that scale

--text-md · 18

Plug in product minds, AI-boosted builders, and systems that scale without the overheads.

--text-base · 16

Plug in product minds, AI-boosted builders, and systems that scale without the overheads.

--text-sm · 14

Bootstrap or scale with our vetted talent powered by industry-leading AI workflows.

--text-xs · 12

Eyebrows, labels, captions

Exaflair

Powered by intelligence · driven by flair

wordmark: uppercase · weight 400–500 · letter-spacing 0.34em  |  tagline: uppercase · 0.22em · "ai" in Tangerine
04 Space and radius

A 4px grid and four corners.

Spacing steps are multiples of 4px so layouts line up without thinking about it. Radii stay modest: the kit's cards and swatches are softly rounded, never pill-shaped except for chips.

Spacing

--space-1 · 4
--space-2 · 8
--space-3 · 12
--space-4 · 16
--space-6 · 24
--space-8 · 32
--space-12 · 48
--space-16 · 64
--space-24 · 96
--space-32 · 128

Radius

--radius-sm · 4
--radius-md · 8
--radius-lg · 16
--radius-xl · 28
--radius-full
05 Use it

Link the tokens, use the variables.

Every design in this repo loads the same stylesheet. Light is the default; add data-theme="dark" to <html> or let the OS decide.

<!-- in designs/<slug>/index.html -->
<link rel="stylesheet" href="../../brand/tokens.css">

/* then */
body { background: var(--bg); color: var(--text); font-family: var(--font-sans); }
h1   { font-size: var(--text-3xl); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); }
.cta { background: var(--accent); color: var(--on-accent); border-radius: var(--radius-full); }
.hero{ background: var(--gradient-brand); }