🎨Palette Forge
← Glossary
Color glossary

Color Token

A named reference to a color value used in design systems and code, decoupled from the raw hex.

Tokens like 'color.primary.500' or '--color-accent' let you change a brand color in one place and have it propagate. Tools like Tokens Studio for Figma read JSON token files; build tools like Style Dictionary turn the same JSON into CSS variables, SCSS, Swift, and Kotlin.

Try the generator
🎨 Make a palette →
Related