A lightweight, mobile-friendly color palette WebApp you can run offline or host on GitHub Pages.
Place these files together in one folder:
index.htmlstyles.cssapp.jsREADME.mdicon.pngfavicon.ico
Open index.html directly in a browser for a quick offline run, or follow the "Run Locally" section below for a more reliable environment.
Python 3
cd path/to/folder
python -m http.server 8000
# Open http://localhost:8000