Binary package “libgraphics-toolkit-color-perl” in ubuntu oracular

color palette constructor

 Graphics::Toolkit::Color is a helper module to create and manipulate color
 objects. They can be created by using the name of a predefined constant or by
 providing values in RGB or HSL color space.
 .
 Each object has 7 attributes, which are its RGB and HSL values and if
 possible a name. This is because humans access colors on hardware level (eye)
 in RGB, on cognition level in HSL (brain) and on cultural level (language)
 with names. Having easy access to all three and some color math should enable
 you to get the color palette you desire quickly and with no additional
 dependencies.