Color Picker
An app made in Flutter to help people choose the colors they will use in their projects!
Features
Pick a color from a picker wheel, palette, value, named and even from an image.
Liked a color? Favorite it to use it later or copy it to clipboard.
Is it too bright? Don’t worry, use the dark theme.\
Resposive – The zoomed scaffold will expand in screens larger than 950px
Accessible – Includes tooltips and Semantics
to accessibility
Internationalized – Includes support for English and Portuguese
Color info
You can see a color information or parse with the following color spaces:
Space | See info | Parse | Copy |
---|---|---|---|
RGB | yes | yes | yes |
HEX | yes | yes | yes |
HSL | yes | yes | yes |
HSV | yes | yes | |
Cielab | yes | yes | |
XYZ | yes |
Showcase
A brief showcase of the app. Download
Wheel Picker | Palette Picker |
---|---|
Value Picker | Named Picker |
---|---|
Image Picker | Favorite Colors |
---|---|
Settings |
---|
Download Color Picker app source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.