Direkt zum Hauptinhalt

Color palettes in Inkscape

Import famous color palettes from vendors into Inkscape using https://github.com/fundevogel/we-love-colors

cd ~
git clone https://github.com/fundevogel/we-love-colors.git
cd we-love-colors/
python -m venv ./
~/we-love-colors/bin/pip3 install farben
~/we-love-colors/bin/farben fetch ral pantone -p gpl
cp ~/we-love-colors/palettes/ral/sets/ral.gpl ~/.config/inkscape/palettes/
cp ~/we-love-colors/palettes/pantone/sets/*.gpl ~/.config/inkscape/palettes/
rm -rf ~/we-love-colors/