epick
Simple color picker that lets the user create harmonic palettes with ease.
Get it
You can checkout the web demo over here or get a native binary from the GitHub release page.
If you happen to use Arch Linux you can grab epick from AUR using your favorite package manager:
$ paru -S epick
Build
Install required libraries:
$ apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
To manually build epick you'll need the latest Rust with cargo
. The build command is:
$ cargo build --release