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 | ✔️ | ✔️ | ✔️ |
hex | ✔️ | ✔️ | ✔️ |
hsl | ✔️ | ✔️ | ✔️ |
hsv | ✔️ | ✔️ | |
cielab | ✔️ | ✔️ | |
xyz | ✔️ |
showcase
a brief showcase of the app. download
wheel picker | palette picker |
---|---|
value picker | named picker |
---|---|
image picker | favorite colors |
---|---|
settings |
---|
Comments are closed.