AI Color Palette Generator. Generate perfect color palettes from text descriptions. ColorMind gives you a focused, inspectable implementation of that idea.
ColorMind exists to make this workflow practical. Ai color palette generator. generate perfect color palettes from text descriptions. It favours a small, inspectable surface over sprawling configuration.
- CLI command
colormind Color— exported fromsrc/colormind/core.py- Included test suite
- Dedicated documentation folder
- Runtime: Python
The codebase is organised into docs/, src/, tests/. The primary entry points are src/colormind/core.py, src/colormind/cli.py, src/colormind/__init__.py. src/colormind/core.py exposes Color — the core types that drive the behaviour. src/colormind/cli.py exposes functions like _format_color, build_parser.
pip install -e .
colormind --helpcolormind --helpColorMind/
├── .env.example
├── CONTRIBUTING.md
├── LICENSE
├── Makefile
├── README.md
├── docs/
├── pyproject.toml
├── src/
├── tests/