A VSCode extension to get the name of the color from its HEX value
https://marketplace.visualstudio.com/items?itemName=HossamMourad.vscode-get-color-name
- Install the extension
- Select a HEX value, example
#FFF
(with the#
symobl) - Press
Command+Shift+P
to open the Command Palette - Select
Get Color Name
- The color name will be copied automatically to your clipboard
- Works on any file extension
- Only works on HEX values for now