colorize

Introduce strategic color palettes into monochromatic user interfaces with semantic and accessible styling.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/gmolike/Claude-Template --skill colorize-gmolike
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: colorize
Source: https://github.com/gmolike/Claude-Template/tree/main/.agents/skills/colorize
Command: npx skills add https://github.com/gmolike/Claude-Template --skill colorize-gmolike

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Interfaces built with pure grayscale or a single timid accent feel flat and fail to communicate state, hierarchy, or brand personality. This Skill guides the deliberate introduction of color so every hue carries meaning instead of creating visual noise. ## Core Features & Use Cases - Color Opportunity Assessment: Analyzes the current UI to find where color adds semantic meaning, hierarchy, categorization, or wayfinding. - Strategic Palette Planning: Defines a 60/30/10 dominant-secondary-accent palette of 2-4 colors beyond neutrals, using OKLCH for perceptually uniform scales. - Systematic Application: Applies color across semantic states, CTAs, backgrounds, data visualization, borders, typography, and decorative elements while enforcing WCAG contrast ratios. - Use Case: A dashboard built entirely in gray tones needs status badges, a branded primary action color, and tinted surfaces. The Skill gathers brand context, plans a palette, and applies it without violating accessibility rules. ## Quick Start Ask the assistant to colorize the dashboard feature so it uses the brand colors with proper semantic states and accessible contrast.

Frequently Asked Questions about colorize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add color to a grayscale UI without making it chaotic?

Choose 2-4 colors beyond neutrals and assign each a semantic purpose, such as green for success or blue for info. Apply a 60/30/10 distribution with one dominant color, a secondary, and a high-contrast accent rather than coloring everything.

What is the best way to build an accessible color palette for a web app?

Use OKLCH color values because equal lightness steps look perceptually equal, making harmonious scales easy to generate. Verify all text meets 4.5:1 contrast and UI components meet 3:1, and never rely on color alone to convey meaning.

Why should I use OKLCH instead of hex or HSL colors?

OKLCH is perceptually uniform, so equal numeric steps in lightness appear equal to the human eye. This makes it far easier to generate consistent tints and shades for backgrounds, badges, and states than with HSL or raw hex values.

Does this approach work with existing brand colors?

Yes, the workflow explicitly gathers existing brand colors, target audience, and tone before planning. If that context cannot be inferred from the codebase, it stops and asks clarifying questions rather than guessing a generic palette.

What color mistakes should I avoid in UI design?

Avoid rainbow palettes, random color without semantic meaning, gray text on colored backgrounds, pure black or white surfaces, and default purple-blue gradients. Also never violate WCAG contrast or use color as the only state indicator.