A sublime text plugin implementation of Name that Color.
cd "~/Library/Application Support/Sublime Text 3/Packages"
git clone https://github.com/bsehovac/NameThatColor.git
or
- Download and unzip this repository on your computer.
- Make sure the name of the unzipped folder is NameThatColor.
- Select
Sublime Text > Preferences > Browse Packages...
in the menu. - Copy NameThatColor folder to your /packages/ directory of Sublime Text.
- Select a block of CSS or single color.
- Hit (⌘/Ctrl + ⇧ + C) to convert hex colors to Sass variables.
Based on Chirag project Name that Color.