Skip to content

hossammourad/vscode-get-color-name

Repository files navigation

GET COLOR NAME

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

GIF

Usage

  • 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

Notes

  • Works on any file extension
  • Only works on HEX values for now