/color-palette-extraction

Create a color palette using median cut with Javascript

Primary LanguageJavaScriptMIT LicenseMIT

Create a color palette from an image

Header image

Using median cut algorithm & color quantization to obtain a color palette with complementary colors in plain Javascript.

Demo the app here.

This repository was created as an example for this article

How to run

Simply clone and open the HTML file in the browser, that's it.