1 min read
Chroma

Chroma is a full stack web application that lets you generate color palettes from the images.

Technology Stack

  • Backend
    • Golang
  • Frontend
    • Next.JS
    • React
  • Deployment
    • Fly.io

How It Works?

  1. Start by selecting one or multiple images from your device.
  2. Once your image is uploaded, Chroma uses k-means clustering algorithm to analyze the image and identify the most prominent colors.
  3. After analyzing the image, the app generates a beautiful color palette. This palette showcases the dominant colors extracted, providing a harmonious blend of hues.

Working Demo