Color Finder is a powerful Figma plugin that helps designers quickly locate where specific colors or color variables are used across a file.
Whether you're auditing a design system, fixing inconsistencies, or debugging tokens — Color Finder makes it effortless.
-
🔍 Search by Hex Code
- Find all elements using a specific color (e.g.
#007AFF,FF0000)
- Find all elements using a specific color (e.g.
-
🎯 Search by Color Variables
- Locate elements using design tokens (e.g.
primary/500) - Supports partial matching
- Locate elements using design tokens (e.g.
-
📄 Flexible Search Scope
- Current selection (frame, group, component, etc.)
- Current page
- Entire file (all pages)
-
⚡ High Performance
- Optimized traversal with batching
- Handles large files efficiently
-
🧠 Smart Variable Detection
- Detects local variables and collections
- Resolves variable aliases
-
🎨 Visual Results
- Color preview
- Node type, property (fill/stroke/text), and page info
- Click to navigate directly to element
- Open your Figma file
- Run Color Finder plugin
- Enter:
- Hex code →
007AFF - OR Variable name →
primary
- Hex code →
- Choose scope:
- Selection / Page / Entire file
- Click Find Elements
- Click any result to jump to it instantly
- Design system audits
- Finding hardcoded colors
- Token migration
- Debugging inconsistent styles
- Large file cleanups
- Built using Figma Plugin API
- Traverses nodes with optimized batching
- Supports:
- Fills
- Strokes
- Text colors
- Handles:
- Variable collections
- Aliases
- Multiple color matches
- ❌ No network requests
- ❌ No data collection
- ✅ Runs entirely inside Figma
├── code.js # Main plugin logic ├── ui.html # Plugin UI ├── manifest.json # Plugin configuration
Built with ❤️ by Bitta Singha
- Linkedin: www.linkedin.com/in/bitta-singha-97a22a1b6
- Instagram: @bitta.ux
This project is licensed under the MIT License.