Icon Colors
Workspace cards and feature cards support an iconColor field that applies a CSS color class to the icon. This controls the accent color shown behind or around the icon on cards.
Available colors
| Swatch | Value | CSS Class | Use case |
|---|---|---|---|
purple | .home-card-icon--purple | Primary brand, general purpose | |
blue | .home-card-icon--blue | APIs, services, networking | |
green | .home-card-icon--green | Databases, data, success states | |
amber | .home-card-icon--amber | Warnings, configuration, tooling | |
red | .home-card-icon--red | Destructive actions, critical | |
slate | .home-card-icon--slate | Neutral, infrastructure | |
cyan | .home-card-icon--cyan | Testing, monitoring, observability | |
pink | .home-card-icon--pink | Design, UI, creative tools |
Usage
Set iconColor on a workspace item:
Or on a card config within a section entry:
Feature card colors
Feature cards on the home page use the same color values via the iconColor field on a Feature:
The CSS class for feature cards follows the pattern .home-card-icon--{color}.
Default behavior
When iconColor is omitted, the icon renders with its native colors (for multi-color icon sets like devicon and skill-icons) or inherits currentColor (for monochrome sets like simple-icons and pixelarticons).