ColorPicker
ColorPicker copied to clipboard
add context menu option
very good plugin, you can have the option to call the color picker from the contextual menu, creating a file context.sublime-menu in the installation folder of the plugin with the following:
[{ "id": "color picker" "caption": "Select Color", "command": "color_pick" }]
(the translation by Google translator)