An interactive 3D visualization tool for exploring different color spaces (RGB, HSV, HSL) with real-time color matching and palette management. Navigate through color spaces in both 2D slices and 3D volumes, with support for different distance metrics.
Explore it at https://sigh.github.io/Color-Space-Explorer/.
Serve the files using any static web server. For example, with Python:
python3 -m http.server 8000