Inkscape extension to generate color palettes from selected objects' color properties.
Download from Inkscape's Extensions page here.
Copy extension files generate_palette.inx
, generate_palette.py
and info.svg
into ~/.config/inkscape/extensions
.
Copy extension files generate_palette.inx
and generate_palette.py
into the path shown in Inkscape preferences.
See Edit > Preferences > System: User extensions.
- Create objects with color properties set, can be fill and/or stroke color.
- Select them and from the Extensions menu choose Palette and Generate.
- Provide a name and select the color property to grab colors from.
You can also include Inkscape's default black to white colors or replace an existing palette.
- Inkscape needs to be restarted for the extension to appear.
python2-lxml
must be installed for this extension to work.- Inkscape must be restarted for a new palette to appear.
- Generated palettes are located at
~/.config/inkscape/palettes
or~\AppData\Roaming\inkscape\palettes
on Windows.