Palette, type ramp, spacing grid, radius, elevation and motion — restated in our own structure from Alibaba Design System's public references. Factual values for study; the official docs remain canonical.
Alibaba Orange
Primary brand and CTAs
--alibaba-orange
Text
Primary text
--alibaba-text
Secondary Text
Secondary text
--alibaba-text-secondary
White
Surfaces
--alibaba-white
Background
Page background
--alibaba-background
Border
Borders
--alibaba-border
Price Red
Prices and urgency
--alibaba-red
-apple-system, 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif
Weights: 400, 500, 700
Base unit 4px
Exactly what ships in alibaba-design-design.md. This entry doesn't have a full editorial breakdown yet, so the spec covers the verified facts — profile, official source, and an AI-ready prompt.
# Alibaba Design System — Design Style Reference
> **Unofficial, community-authored reference.** Compiled by [designsystems.one](https://www.designsystems.one). Not affiliated with, endorsed by, or sponsored by Alibaba. "Alibaba Design System" and related marks belong to their respective owners. This document describes publicly observable style attributes in original words — it contains no copied documentation, logos, icon artwork, or original token files. Always defer to the official source for canonical, current values.
**System:** Alibaba Design System
**Owner:** Alibaba
**Official documentation:** https://www.aliued.com/
**Visual character:** Commerce-density maximalism: signal orange over tight 14px text, price-red urgency, and layouts built for infinite catalogue.
---
## Summary
Design system for Alibaba's e-commerce platforms.
_Confidence: low. This system publishes little token detail — values below are a conservative, partial reading. Public token documentation is limited; values reflect the served international surfaces._
## Color tokens
| Color | Value | CSS variable | Role |
| --- | --- | --- | --- |
| Alibaba Orange | `#ff6a00` | `--alibaba-orange` | Primary brand and CTAs |
| Text | `#333333` | `--alibaba-text` | Primary text |
| Secondary Text | `#666666` | `--alibaba-text-secondary` | Secondary text |
| White | `#ffffff` | `--alibaba-white` | Surfaces |
| Background | `#f5f5f5` | `--alibaba-background` | Page background |
| Border | `#dddddd` | `--alibaba-border` | Borders |
| Price Red | `#ff4747` | `--alibaba-red` | Prices and urgency |
## Typography
- **Body:** System stack — weights 400, 500, 700 — `-apple-system, 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif`
## Type scale
| Step | Size | Line height |
| --- | --- | --- |
| h1 | `28px` | `36px` |
| h2 | `22px` | `30px` |
| body | `14px` | `22px` |
| small | `12px` | `18px` |
## Spacing
Base unit: `4px`
Scale: `4px` · `8px` · `12px` · `16px` · `24px`
## Corner radius
| Name | Value |
| --- | --- |
| default | `4px` |
| large | `8px` |
## Quick start (CSS)
```css
/* Alibaba Design System — illustrative tokens, restated as CSS custom properties.
Unofficial reference by designsystems.one; values are indicative, not
canonical. Official reference: https://www.aliued.com/ */
:root {
/* Color */
--alibaba-orange: #ff6a00; /* Primary brand and CTAs */
--alibaba-text: #333333; /* Primary text */
--alibaba-text-secondary: #666666; /* Secondary text */
--alibaba-white: #ffffff; /* Surfaces */
--alibaba-background: #f5f5f5; /* Page background */
--alibaba-border: #dddddd; /* Borders */
--alibaba-red: #ff4747; /* Prices and urgency */
/* Typography */
--font-body: -apple-system, 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
/* Type scale */
--text-h1: 28px /* line-height 36px */;
--text-h2: 22px /* line-height 30px */;
--text-body: 14px /* line-height 22px */;
--text-small: 12px /* line-height 18px */;
/* Spacing */
--space-1: 4px;
--space-2: 8px;
--space-3: 12px;
--space-4: 16px;
--space-5: 24px;
/* Radius */
--radius-default: 4px;
--radius-large: 8px;
}
```
## Engineering profile
- **Ships for:** React
- **Source model:** Hybrid
## Apply this style with an AI tool
Paste this into your AI coding assistant as a direction, then iterate:
> Design in the spirit of Alibaba Design System by Alibaba — Design system for Alibaba's e-commerce platforms. Character: Commerce-density maximalism: signal orange over tight 14px text, price-red urgency, and layouts built for infinite catalogue. Use a primary colour near #ff6a00, the typeface "System stack" (or a close equivalent), corner radius around 4px, a spacing rhythm on a 4px base. Match the intent, not the pixels; adapt it to my product rather than cloning it.
## Official reference
- [Alibaba Design System documentation](https://www.aliued.com/)
---
_Generated by [designsystems.one](https://www.designsystems.one/design-systems/alibaba-design) — a catalogue of public design systems. Style facts are reported for reference and education; adapt them to your own product. Report issues or takedown requests via the site._
Want the deep dive?
Alibaba Design Systemdoesn't have a full editorial breakdown yet — those cover origin, governance, token decisions, and the components worth studying. Thirty-seven anchor systems do.