Home

Awesome

<p align="center"> <a href="https://colorpicker.fr"> <img src="build/icon.png" width="256" height="256" alt="ColorPicker icon" /> </a> <h1 align="center">Colorpicker</h1> <p align="center">A mininal but complete colorpicker desktop app</p> <p align="center"> <img src="https://badgen.net/github/release/toinane/colorpicker/stable" /> <img src="https://img.shields.io/github/downloads/toinane/colorpicker/total.svg"> <img src="https://img.shields.io/github/downloads/toinane/colorpicker/latest/total.svg"> <img src="https://img.shields.io/github/release-date/Toinane/colorpicker.svg"> <img src="https://badgen.net/david/dep/toinane/colorpicker"> <a href="https://snapcraft.io/colorpicker-app"> <img alt="colorpicker-app" src="https://snapcraft.io/colorpicker-app/badge.svg" /> </a> <a href="https://crowdin.com/project/colorpicker"> <img src="https://badges.crowdin.net/colorpicker/localized.svg"> </a> </p> </p>

Want to help to translate this app? go on Crowdin! Your help is welcome :)

Colorpicker is a desktop tool with Electron to get and save colors code quickly for OSX, Windows and Linux!

<p align="center"> <img src=".github/screenshots/colorpicker.png" alt="ColorPicker App" /> </p>

Colorpicker's menu come with a lot of cool features :

Pin

Pin screenshot

With Pin, you can bring Colorpicker to the foreground. This makes it convenient to work quickly with different applications at the same time.


Picker

Picker screenshot

The Picker allows you to quickly retrieve a color anywhere on the screen. Whether it's on your browser, Photoshop, or whatever.


Colorsbook

Colorsbook screenshot

Colorsbook is a full-fledged application. It allows you to store your colors, categorize them, and easily retrieve them. It is destined to mature over time. Cool tip: you can save color from colorpicker with CMD+S or CTRL+S!


Shading

Tint screenshot

With the shades, you can find the perfect color you need. You have a chromatic bar, a natural color bar and a shadow bar.


Focus Mode

Focus screenshot

Need to compare a color or clean up the interface? This feature is for you, this will hide the sliders and make the menu more transparent.


Magic Color [WIP]

This functionality is still under development. Currently, it allows you to display the first color that is in your clipboard. This works with hexadecimal and RGB codes


Random

A traditional feature, it allows you to display a color randomly.


Settings

Settings screenshot

The settings menu allows you to customize your Colorpicker, I let you discover it yourself :)!

Download

Want to support me?

You can buy me a coffee here! Thank you!

Happy Design !

Developers

Changelog

See changelog here.

How to compile

yarn
yarn rebuild
# You can build nightly & release only for your current OS.
# i.e. you can't build a OSX version if you use a Windows

# build a nightly version
yarn nightly

# build a release version
yarn release