palette
Installation
SKILL.md
Palette — 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.