01
Audit color drift before cleanup
Use this before cleanup, design-system review, or developer handoff.
- 1Select the target frame, section, component, or leave the selection empty for the current page.
- 2Open Color Toolkit and click Audit.
- 3Keep Children enabled, enable Strokes if border colors matter, and set Tolerance around 10-18.
- 4Click Refresh.
- 5Review Raw Colors, Near Duplicates, Style Bound, Variable Bound, and Contrast.
- 6Click Focus on any issue row to inspect the affected layer.
- 7Click Copy MD for a readable note or Download JSON for a structured audit artifact.
You get color drift, contrast, and token coverage findings without changing the file.
02
Reduce close raw colors into a cleaner palette
Use this when several near-identical brand, gray, red, or blue colors should collapse into a smaller palette.
- 1Run a scan from Audit with Refresh.
- 2Click Palette.
- 3Adjust Palette Size until the suggested palette is close to the target number of colors.
- 4Click Suggest Replacement.
- 5Uncheck Apply on any replacement map row that should stay unique.
- 6Click Preview.
- 7Keep Raw enabled and leave Styled/Variable off unless detaching bindings is intentional.
- 8Review Dry Run, then click Confirm Replace.
Only approved raw colors in the chosen scope change, then the plugin rescans the file.
03
Bind repeated raw paints to variables
Use this when repeated raw colors should become native Figma or Pixso variables.
- 1Run a scan from Audit with Refresh.
- 2Click Variables.
- 3In Unbound Colors, choose New variables collection and Mode.
- 4Choose a naming preset: Color/FF0000, primitive/red/500, semantic/bg/default, or Custom.
- 5For each color row, choose Create, Use existing, or Skip.
- 6Keep Styled paints disabled unless style-bound paints should be detached and rebound.
- 7Review Assignment Dry Run.
- 8Click Assign Colors.
Repeated raw paints are bound to native variables without duplicating already-bound paints.
04
Migrate local paint styles toward variables
Use this when local paint styles exist but their paints are not variable-backed yet.
- 1Run a scan from Audit with Refresh.
- 2Click Variables.
- 3Scroll to Local Paint Styles.
- 4Review the summary: styles, planned paints, new variables, and reused variables.
- 5Check each preview row for style name, hex, and target variable.
- 6Click Migrate Styles when the preview is correct.
Style paints are bound to reusable or newly created variables where possible.
05
Find and document contrast issues
Use this before accessibility review, UI publication, or developer handoff.
- 1Select a frame or specific text/background layers.
- 2Open Color Toolkit and click Audit.
- 3Click Refresh for automatic background detection.
- 4For a targeted pair, select the text and background layers, then enable Pair.
- 5Open the Contrast rows.
- 6Click Focus to inspect the text layer.
- 7Click Note to copy the contrast note for a ticket or documentation.
- 8Review suggested replacement colors when they appear.
You see ratio, AA target, likely background, and accessible foreground candidates.
06
Generate a style guide and local exports
Use this after variables are ready and the team needs a handoff artifact.
- 1Run a scan from Audit with Refresh.
- 2Click Variables.
- 3In Variable Tokens, click Copy CSS, Copy SCSS, or Copy Tailwind.
- 4Use Download CSS, Download SCSS, or Download Tailwind when a file is needed.
- 5In Style Guide, choose Swatches or Table.
- 6Click Generate Guide.
- 7Click Generate Guide again later to update the existing guide instead of duplicating it.
The canvas gets an inspectable color guide, and developers get deterministic token output.
07
Publish private server token endpoints
Use this when developers need JSON, CSS, SCSS, or Tailwind URLs while native variables remain the source of truth.
- 1Run a scan and confirm local variables exist.
- 2Click Variables.
- 3Scroll to Server Tokens.
- 4Click Authorize if the block is locked.
- 5Link the plugin user to a chtools.pro account in the browser.
- 6Return to the plugin and click Publish Tokens.
- 7Click Copy JSON URL, Copy CSS URL, Copy SCSS URL, or Copy Tailwind URL.
chtools.pro stores a private authenticated snapshot for handoff while editor variables stay canonical.