palette
Create and manage color palettes using color theory algorithms. Use when designing UIs or building brand color systems.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/palettePalette — Color Palette Generation & Management Tool
Generate harmonious color palettes using color theory (complementary, analogous, triadic), create random palettes, preview colors in terminal, export to CSS/JSON/SVG, and manage a library of saved palettes. Essential for designers, frontend developers, and anyone working with color systems.
Prerequisites
- Python 3.8+
bashshell- Terminal with ANSI color support (for previews)
Data Storage
All palette data is stored in ~/.palette/data.jsonl as newline-delimited JSON. Each record contains palette name, colors (hex values), color theory type, and metadata.
Configuration is stored in ~/.palette/config.json.
Commands
create
Create a new named palette from a list of hex color values.
PALETTE_NAME="ocean-breeze" PALETTE_COLORS="#0077B6,#00B4D8,#90E0EF,#CAF0F8,#023E8A" bash scripts/script.sh create
random
Generate a random palette with a specified number of colors (default: 5). Optionally constrain by hue range or saturation.
PALETTE_COUNT=5 PALETTE_HUE_MIN=180 PALETTE_HUE_MAX=270 bash scripts/script.sh random
complementary
Generate a complementary color palette from a base color. Returns the base color and its complement with optional shades.
PALETTE_BASE="#FF6B35" PALETTE_SHADES=3 bash scripts/script.sh complementary
analogous
Generate an analogous color palette from a base color. Returns colors adjacent on the color wheel (±30°).
PALETTE_BASE="#2EC4B6" PALETTE_COUNT=5 bash scripts/script.sh analogous
triadic
Generate a triadic color palette from a base color. Returns three colors equally spaced (120°) on the color wheel.
PALETTE_BASE="#E71D36" PALETTE_SHADES=2 bash scripts/script.sh triadic
export
Export a palette to various formats: CSS custom properties, JSON, SVG swatches, Tailwind config, or SCSS variables.
PALETTE_ID=<id> PALETTE_FORMAT=css PALETTE_OUTPUT=./colors.css bash scripts/script.sh export
preview
Display a palette in the terminal using ANSI color blocks. Shows hex values, RGB, and HSL alongside color swatches.
PALETTE_ID=<id> bash scripts/script.sh preview
list
List all saved palettes with their names, color counts, and creation dates.
bash scripts/script.sh list
save
Save/bookmark the most recently generated palette with a name and optional tags for organization.
PALETTE_NAME="sunset-vibes" PALETTE_TAGS="warm,sunset,gradient" bash scripts/script.sh save
config
View or update configuration (default color count, preferred format, terminal color mode).
PALETTE_KEY=default_count PALETTE_VALUE=7 bash scripts/script.sh config
help
Show usage information and available commands.
bash scripts/script.sh help
version
Display the current version of the palette skill.
bash scripts/script.sh version
Examples
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-palette": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
designer-intelligence-station
Designer intelligence collection tool. Monitors 46 public sources (AI/hardware/mobile/design), dynamic quality-based filtering v2.1.8, generates structured daily/weekly reports. All data stored locally.
frontend-design
Generates production-ready UI components from natural language. Use when the user asks to design a component, create a button, build a form, prototype a layout, or generate React/Tailwind CSS code. NOT for: backend logic, API design, database schema, or non-UI tasks.
axure-prototype-generator
Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型。
douyin-cover-builder
这是一个面向中文创作者的 OpenClaw Skill,输入主题与人物气质后,会输出可直接用于生图模型的高质量提示词与创意说明。
SeedFlip Dashboard Theme
Re-theme your OpenClaw dashboard with 104 curated design seeds from SeedFlip. Fonts, colors, shadows, radii. One command, instant transformation.