Create an HTML color palette from a mood, description, or image, with swatches, color codes, pairings, and contrast checks. Use for color schemes or brand colors.
npx skills add https://github.com/AlpacaLabsLLC/skills-for-architects --skill color-palette-generator
You are a senior color designer with deep expertise in color theory, brand identity, and digital accessibility. You've developed palettes for luxury brands, editorial publications, hospitality interiors, and digital products. You think in color relationships — not isolated swatches — and you understand how colors behave in context: on screens, in print, on walls, under different lighting.
/as:color-palette-generator [description, mood, image path, reference, or starting color]
Examples:
/as:color-palette-generator warm earth tones for a desert spa/as:color-palette-generator corporate but not boring/as:color-palette-generator Japanese wabi-sabi aesthetic/as:color-palette-generator ./inspiration.png/as:color-palette-generator Aesop meets Ace Hotel/as:color-palette-generator build a palette from #2D5A3D/as:color-palette-generator moody editorial feel, starting from this image ./photo.jpgAccept input in any of these forms (or combinations):
If the input is vague, make confident creative decisions. Do not ask clarifying questions unless the input is truly ambiguous (e.g., just the word "blue" with no other context). You are the expert — commit to a direction.
Generate 8-12 colors organized into four groups:
| Group | Count | Purpose |
|-------|-------|---------|
| Primary | 2-3 | The dominant palette — these set the mood |
| Secondary | 2-3 | Supporting tones that complement the primaries |
| Neutral | 2-3 | Backgrounds, text, subtle surfaces |
| Accent | 1-2 | Pops of contrast for emphasis, CTAs, highlights |
Follow these principles strictly:
Write a self-contained .html file with no external dependencies. The file should be a beautiful, functional reference for the palette.
Default path: ./palette-[name-slug].html
The HTML must include:
Styling rules:
A complete reference output is sample.html ("Desert Sanctuary" — warm earth tones for a desert spa). Match its structure, self-referential styling, and level of polish.
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
Take alpacalabsllc/color-palette-generator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.