Skip to content
All features
design systempackages/design/brand

brand package

Brand primitives — color definitions, gradient tokens, motion language. Source data; not imported at runtime by apps.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/design/brand
brandpackages/design/brand
Design system
brand-primary
brand-accent
brand-gradient
radius-sm
radius-md
radius-lg

Tokens shipped

139

Components

64

Coverage

92%

Sync status

OK

packages/design/branddesign supply chain
Usagebrand.ts
typescript
brand.ts
1import { brand, motion } from "@nebutra/brand";
2
3export const palette = brand.colors.scale("primary"); // 12 oklch steps
4export const accent = brand.colors.solid("accent");
5
6const heroAnimation = motion.preset("emerge"); // brand motion language