Color Fixer
Color Fixer is a Bash script that allows you to correct all your project colors by replacing them with the closest found in the new palette file. It supports HEX, RGB and RGBA colors.

Usage
colorfixer [OPTION]... [FILE] Options: -p FILE, --palette FILE read palette colors from FILE -x, --hex use hex colors as replacement -v, --verbose print color modifications -c, --color colorize the output -h, --help show this help text