Color Hues is a real-time theme and color palette generator built for modern UI development.
05/2025 - Present
Frontend Developer
Solo
completed
Color Hues is a real-time color system generator built for modern UI development. It enables designers and developers to generate, preview, and export fully customizable design systems—including color palettes, gradients, and typography—in milliseconds.
The core focus of the project was to create a low-latency, highly interactive system where every change (e.g. dragging a color picker) is reflected instantly across the entire UI without compromising performance or accuracy.
Color Hues is built as a client-first, computation-heavy UI system:
Decision: Use Zustand instead of heavier state solutions.
Why:
Outcome:
Decision: Perform all color calculations in the browser.
Why:
Decision: Compute palettes, gradients, and harmonies as derived values.
Why:
Outcome:
Decision: Integrate contrast checking directly into the generation pipeline.
Why:
Implementation:
Color harmony generation requires precise calculations.
Solution:
Generated themes must match exactly across UI and exported configs.
Solution:
This project focused heavily on performance-first frontend engineering: