Paleta is a free and open source color finder and color palette generator application for Linux. Using Paleta you can find and extract the dominant colors from any image file and generate color palette. It comes with drag and drop images, save and modify color palettes, create new palettes from scratch and more. It is based on color-thief color extraction and written in Python. And it is released under GNU General Public License v3.0.
How to Install Paleta on Ubuntu Linux
Paleta is available as a flatpak package file from the remote flathub repository. If you don’t have then, first install flatpak and flathub on your system and restart it after the installation . just follow below flatpak and flathub installation tutorial for instructions.
Now open the terminal application using the ctrl+alt+t keys and run below Paleta color palette app flatpak install command.
flatpak install flathub io.github.nate_xyz.Paleta
After the installation of Paleta, you can run it using below command or via the applications menu.
flatpak run io.github.nate_xyz.Paleta
and uninstall Paleta using below command.
sudo flatpak uninstall io.github.nate_xyz.Paleta
That’s it.