Alix Axis · Design System · 2026

One system for everything AlixPartners builds.

Foundations, components, and patterns — traced from Figma and shipped as code. A single source of truth across products, dashboards, and the website, so every surface reads as one brand.

23
Components in code
60
Designed in Figma
1
Token system
0px
Corner radius
01The mark

Reproduction at scale. The wordmark holds at every size; clear-space and minimum sizes are defined once and shared by design and code.

02The system

Four layers, one source of truth.

Strategy informs principles, principles inform tokens, tokens inform components, and components inform every product. A clear route from brand to finished experience.

01

Foundations

Colour, type, spacing, elevation — one token system, traced variable-for-variable from Figma.

02

Components

Low-level UI components composed with slots. Accessible, themable, installed one at a time.

03

Patterns

CMS-ready patterns and sections with flat data props a content team can't misconfigure.

04

Products

Dashboards, portals, and the website, built from the same parts so they never drift.

The principle

Rigorous enough to govern. Flexible enough to build from.

Components expose slots for composition; sections expose flat data for handoff. One system protects the brand and accelerates the work.

Can a design system do both at once? Yes.

03Colour

Navy anchors. Everything resolves from tokens.

Primary#1b3644
Foreground#0a0a0a
Sand#c6b298
Secondary#eaa23a
Muted#f5f5f5
Background#ffffff
04Type

Aa

Hierarchy comes from size and colour, not weight. Alix Sans, regular, set with tight negative tracking.

Alix Sans · 400 · text-xs 12 → text-9xl 128 · heading-sm 24 → heading-xl 60

05Components

Components, not screenshots.

Everything in the docs is the live component, rendered from the registry. Install any of it with the shadcn CLI — it lands in your project as code you own.

Browse the component library
Terminal
npx shadcn@latest add @alix/button
Terminal
npx shadcn@latest add @alix/section-title