Color palette generator for preview cards, inspired by Misha Anikin’s article "A very simple color matching algorithm that works": https://medium.com/@iammishaanikin
Screencast.from.2024-11-07.16-29-19.webm
This project was developed independently, following a clean-room design approach based on Anikin’s general algorithm description. The code includes custom conversion functions between color spaces (RGBA, RGB, HSL), adapted from LiveOverflow’s resources, with proper attribution and links in the source code comments.
This repository currently does not have a license, so default copyright laws apply.
- Install NodeJS: https://nodejs.org/en/learn/getting-started/how-to-install-nodejs
- Install dependencies first:
npm i
, then runnpm run dev
and navigate tolocalhost:3000