Color System
The AHTG color palette is semantic and purposeful. Each color communicates meaning and guides user understanding. All color values are extracted from Figma Variables and enforced through design tokens.
Primary (Blue)
Usage Rule: Primary blue is reserved exclusively for Save and Update actions. This creates a strong visual association between blue and committing changes.
Secondary (Grey)
Usage Rule: Secondary grey is used for Edit actions and general navigation. It provides visual hierarchy without competing with primary actions.
Semantic Colors
Semantic colors communicate status, urgency, and action consequence. Use consistently to build user understanding.
Success
Confirm, Approve, Activate — positive outcomes and completed states.
Error
Delete, Remove, Deactivate — destructive actions and failure states.
Warning
Archive, Deprecate, Force Update — actions requiring caution.
Info
Learn More, Details, Help — informational context and neutral data visualization.
Text Colors
Background Colors
Background colors create surface hierarchy. Default is for application pages, Paper is where most content sits, Secondary is for page canvas, and Accent highlights cards and selections.
Material Color Palette
These are the base material color values from the Figma Variables (materials collection). Every color in the design system — semantic tokens, chart colors, component states — is derived from tones within these strips. Engineers should reference these values as the foundation when building any visual hierarchy.
Color Usage Rules
| Color | When to Use | When NOT to Use |
|---|---|---|
Primary Blue |
Save, Update, Apply Changes buttons only | Edit, Cancel, Delete, or any non-save action |
Secondary Grey |
Edit, Cancel, Close, Back, general navigation | Save/Update actions, destructive actions |
Success Green |
Confirm, Approve, Activate, positive outcomes | General actions, neutral navigation |
Error Red |
Delete, Remove, Deactivate, destructive actions | Warnings, general alerts, non-destructive actions |
Warning Orange |
Archive, Deprecate, actions requiring caution | Errors, destructive actions, informational content |
Info Blue |
Learn More, Details, Help, informational actions | Primary actions, warnings, errors |