← Back to Web ToolPaletteForge CLI
Extract beautiful color palettes from any image, right from your terminal.
$5 — One-time purchase
$5.00
Buy Now — Instant DownloadWhat you get
- A Python CLI tool that extracts color palettes from any image
- Uses K-means clustering for accurate color extraction
- Outputs hex codes, RGB values, and a visual swatch preview in terminal
- Customizable number of colors (5-20)
- Works on macOS, Linux, Windows (WSL)
Quick Start
After purchase, you'll get a download link. Then:
- Unzip the package
- Install requirements:
pip install -r requirements.txt - Run:
python paletteforge.py image.jpg --colors 6
Outputs hex codes ready to paste into your design tool, CSS, or color variables.
Example Output
$ python paletteforge.py sunset.jpg --colors 5
🎨 PaletteForge — 5 colors extracted
■ #e85d3a
■ #f4a261
■ #2a9d8f
■ #264653
■ #e9c46a
✅ Copied to clipboard!
Perfect for
- Web developers who need a color scheme from a reference image
- Designers automating color extraction in build pipelines
- Digital artists & photographers analyzing their work
- Anyone who wants to batch-process images for color analysis