Amazon Web Services · Design system breakdown
AWS's open design system, shaped by console-grade complexity.
Cloudscape was the internal design system behind the AWS Console for years. AWS open-sourced it in 2022 under Apache 2.0. It now ships standalone React components, design tokens, and a public documentation site.
AWS design and engineering teams own the system. Open-source on GitHub with active triage. Stable component API with a clear deprecation policy.
| Token | Value | Role |
|---|---|---|
| color-background-layout-main | #fafafa | Console page surface |
| color-text-body-default | #414d5c | Default text |
| color-background-button-primary-default | #0972d3 | Primary action |
| space-scaled-l | 20px | Section spacing |
| border-radius-button | 20px | Button radius (notably rounded) |
| shadow-container | 0 0 1px rgba(0,7,22,0.12) | Subtle container shadow |
Token names and values are illustrative — refer to the system's official tokens reference for the canonical, current set.
If you're evaluating this system
Pick Cloudscape if you're building a developer or operator console — anything resembling AWS, Azure, or GCP in product shape. For consumer or marketing surfaces, look elsewhere.
Compare more systems