algorithmic-color-palette
SolidDerive a full UI colour palette algorithmically from one or two brand colours. Darker and lighter variants for interactive states, desaturated greys from the brand hue for borders and backgrounds, and semantic colours that feel coherent with the brand rather than generic. Use when building a colour system from scratch or expanding a limited brand palette for UI use.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- dembrandt
- Repository
- dembrandt/dembrandt-skills
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
color-palette-generator
Builds accessible palettes using colour theory with WCAG contrast ratios and dark/light variants. Use when creating a palette or fixing contrast failures. Not for dark mode conversion - use dark-mode-adapter.
color-palette-generator
Builds accessible palettes using colour theory with WCAG contrast ratios and dark/light variants. Use when creating a palette or fixing contrast failures. Not for dark mode conversion - use dark-mode-adapter.
color-strategy
Strategic color distribution for UI work. Enforces the 60/30/10 rule, OKLCH perceptual color scales, semantic color assignments (success/error/warning/info), and WCAG accessibility. Auto-invoke for any frontend work involving color decisions — new UIs, palette selection, theming, or when a design feels flat or generic. Skip if the project has a strict monotone design system that governs color via its own tokens (e.g. sigma-synapses).