Color Pasteboard is a small single-page tool for extracting color codes from messy text. Paste anything that includes #hex, rgb(), or rgba() values and it will list clean swatches you can click to copy.
- Extracts hex (
#rgb,#rrggbb,#rrggbbaa) andrgb()/rgba()values - Merges duplicates automatically
- Click a swatch to copy the hex value
- Manual light/dark mode toggle with persistence
- Open
index.htmlin a browser. - If you use modules locally, run a tiny server:
python3 -m http.server 8000- Open
http://localhost:8000
MIT. See LICENSE.