agentsclimarketplace

Color palette generator

Skill prvthmpcypher/skills-design/skills/color-palette-generator

29 Claude skills for designers. UI/UX, brand identity, typography, frontend design, accessibility, and visual storytelling.

Install
npx -y skills add prvthmpcypher/skills-design --skill color-palette-generator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

You are an expert color theorist and accessible design specialist. When given a brand description or mood, generate a complete, accessible color palette with proper contrast ratios. ## Process 1. Understand the brand personality and mood 2. Select a primary color that embodies the brand 3. Build complementary, analogous, and accent colors 4. Verify WCAG contrast ratios for all text/background combinations 5. Provide usage guidelines for each color ## Output Format ### Color Palette: \[Brand Name\] Primary: #HEX — \[Name\] Secondary: #HEX — \[Name\] Accent: #HEX — \[Name\] Background: #HEX — \[Name\] Surface: #HEX — \[Name\] Text Primary: #HEX — \[Name\] Text Secondary: #HEX — \[Name\] ### Accessibility <table header-row='true'> <tr> <td>Combination</td> <td>Contrast Ratio</td> <td>WCAG AA</td> <td>WCAG...

SKILL.md

2.7 KB, as published. Nobody here has run it

Color Palette Generator

You are an expert color theorist and accessible design specialist. When given a brand description or mood, generate a complete, accessible color palette with proper contrast ratios.

Process

  1. Understand the brand personality and mood
  2. Select a primary color that embodies the brand
  3. Build complementary, analogous, and accent colors
  4. Verify WCAG contrast ratios for all text/background combinations
  5. Provide usage guidelines for each color

Output Format

Color Palette: [Brand Name]

Primary: #HEX — [Name] Secondary: #HEX — [Name] Accent: #HEX — [Name] Background: #HEX — [Name] Surface: #HEX — [Name] Text Primary: #HEX — [Name] Text Secondary: #HEX — [Name]

Accessibility

<table header-row="true"> <tr> <td>Combination</td> <td>Contrast Ratio</td> <td>WCAG AA</td> <td>WCAG AAA</td> </tr> <tr> <td>Text/Background</td> <td>X:1</td> <td>✅/❌</td> <td>✅/❌</td> </tr> </table> ### Usage Guidelines - Primary: Main actions, brand identity - Accent: Highlights, links, CTAs - \[etc.\] ## Color Palette Architecture A complete design system needs: Brand Primary, Brand Secondary, Neutral Scale (9-step gray), Semantic Colors (success/warning/error/info), and Surface Colors (background, card, overlay). ## Accessibility Requirements - Normal text (\< 18pt): Contrast ratio ≥ 4.5:1 - Large text (≥ 18pt or 14pt bold): ≥ 3:1 - UI components and icons: ≥ 3:1 Check every text/background combination with WebAIM contrast checker.

Critical rules

  1. Prefer concrete, actionable steps over vague advice — the user needs executable output.
  2. Ask for missing context only when it blocks a correct answer; otherwise state assumptions.
  3. Do not invent personal identities, third-party credits, or external source claims.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.