Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Color NamingNew to Visual Studio Code? Get it now.
Color Naming

Color Naming

divlook

|
980 installs
| (0) | Free
A VS Code Extension that names colors using ntc.js
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Color Naming

A VS Code Extension that names colors using ntc.js

ntc.js를 사용해서 색상의 이름을 지정하는 VS Code Extension입니다.

  • VS Code Marketplace
  • Github

Features

Among the defined names, the name that matches or has the most similar color to the selected HEX Code is saved to the clipboard.

정의된 이름 중 선택된 HEX Code와 일치하거나 가장 유사한 색깔의 이름을 클립보드에 저장합니다.

  • ex) #000 -> black
  • ex) #111 -> cod-gray-180

Extracts colors from open files and recommends color names in the tree view.

열려 있는 파일에서 색상을 추출하고 트리뷰에 색상 이름을 추천합니다.

Extension Settings

  • "colorNaming.caseStyle": "Kebab"

    NAME DESC
    Kebab (default) ex) kebab-case, light-gray-10
    Camel ex) camelCase, lightGray_10

References

  • VSCode API

Open Source Credits

  • ntc js (Name that Color JavaScript)
  • Change Case
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft