Sync colors live
between any tools
Pick colors on a website, see them appear in Figma, Blender, Aseprite and more — instantly. No exports, no copy-pasting. Just connect and create.
Try It Now
Install the plugin for your design tool
Copy the session token below
Paste the token into your plugin and connect
Generate colors and watch them sync to your design tool in real time
Supported Design Tools
Grab the free plugin for your favorite tool. One click install, works right away.
Figma 
Sync colors directly into Figma Variables.
Sketch 
Update your color palettes and document swatches in real time.
Krita 
Receive palettes straight into your painting workspace.
Aseprite 
Receive or send palettes. Visualize your color choices in real time while tweaking shaders or generators.
Blender 
Push colors into your 3D materials and scene lighting.
Adobe XD 
Sync tokens into your XD design libraries and assets.
Websites Using Token Beam
These apps already support Token Beam. Some send palettes to your tools, others receive them — or both. Pick one and start syncing.
poline
Esoteric color palette generator using polar coordinates.
farbvelo
Generative color palette tool. Sync palettes to any design app.
rampensau
Color ramp generator. Explore and sync parametric color ramps.
rampgrid
Grid-based color ramp explorer by artbuddy.
color-palette-shader
Shader-driven color palette generation and exploration.
OKPalette
Perceptually uniform color palette generator in OKLab.
artpalette
Extract and sync palettes from artwork.
colorgrid
Interactive color grid explorer and palette tool.
+ Your Website
Add Token Beam to your project in minutes. Let us know and we'll list you here.
Why ⊷ Token Beam?
See Changes Instantly
Tweak a color on your website and watch it update in Figma, Blender, or Aseprite in real time. No exporting, no copy-pasting hex codes.
Any Tool, One Format
Each design tool gets a native plugin. You just paste a token — the plugin handles the rest. No configuration, no setup.
No Accounts Needed
Simple beam:// tokens connect your tools. No sign-up, no login, no third-party
services. Just copy-paste and you're syncing.
Works Both Ways
Send colors from a generator to your design tool — or push a palette from Aseprite back to a web app. The connection goes in both directions.
100% Free
Every plugin is free and always will be. No premium tiers, no feature locks, no subscriptions. Just install and go.
Open Source
Everything is open source. The plugins, the server, the libraries — built in the open, for the community.
For Developers
Add real-time color sync to your website in a few lines of code. Built on the W3C Design
Tokens spec. The token-beam library is MIT-licensed.
import { SourceSession, createCollection } from 'token-beam';
const session = new SourceSession({
serverUrl: 'wss://tokenbeam.dev',
clientType: 'web',
origin: 'My App',
});
const payload = createCollection('brand', {
'primary': '#0066cc',
'secondary': '#cc6600',
'surface': '#f5f5f5',
});
session.on('peer-connected', () => session.sync(payload));
session.connect(); Server Plans
Using Token Beam is always free. These plans are only for companies running their own sync server.
Free
- Self-hosted (AGPL-3.0)
- MIT library (
token-beamon npm) - All plugins included (MIT)
- Community support
Pro
- Hosted by us (no setup)
- Unlimited sessions
- 99.9% uptime SLA
- Email support
Enterprise
- Everything in Pro
- Commercial self-hosting license
- SSO & SAML authentication
- Priority support (24h SLA)
- Custom integrations
100% Open Source. The server (AGPL-3.0), library and all plugins (MIT) are fully open source.
OSS Exception: Open source projects get Pro hosting free. Apply here.