Adobe · Design system breakdown
Creative-tool design system with serious accessibility chops.
Adobe consolidated multiple internal design languages into Spectrum starting in 2018. It is the design system behind Creative Cloud and Adobe's web properties, with React Aria as its accessibility foundation.
Adobe design system org owns the spec. React Spectrum (the implementation) is open source and built on top of React Aria, which Adobe also maintains as a stand-alone library.
| Token | Value | Role |
|---|---|---|
| spectrum-global-color-gray-50 | #fafafa | Lightest neutral |
| spectrum-global-color-blue-500 | #2680eb | Primary brand action |
| spectrum-alias-text-color | Adaptive | Theme-aware text |
| spectrum-global-dimension-size-200 | 16px | Default spacing step |
| spectrum-animation-duration-200 | 160ms | Standard transition |
| spectrum-alias-border-radius-regular | 4px | Default radius |
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
Even if you don't adopt Spectrum, study React Aria. It is the most important contribution Adobe has made to the open design system ecosystem and is the substrate behind a growing share of accessible component libraries.
Compare more systems