-
Notifications
You must be signed in to change notification settings - Fork 0
A small web app that shows pigments and dyes along with related information
License
khallmark/pigments
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Pigments Pigments is a minimal web-based tool for visualizing and exploring color palettes from a JSON file. It's lightweight, dependency-free, and designed for fast local development or static hosting. ## Features - Visualize color palettes from `pigments.json` - Clean, responsive UI - Zero dependencies — pure HTML/CSS/JS ## Getting Started ### Prerequisites You'll need Python installed (any version ≥ 3). ### Run Locally 1. Clone the repo: ```bash git clone https://github.com/khallmark/pigments.git cd pigments ``` 2. Start a local web server: ```bash python -m http.server 8000 ``` 3. Open your browser and navigate to: ``` http://localhost:8000 ``` You'll see the color palette rendered from `pigments.json`. ## License MIT
About
A small web app that shows pigments and dyes along with related information