Design Token Validator
Validate your design tokens against the W3C specification (DTCG) to ensure future compatibility.
Paste or upload your design tokens in JSON or JSON5 format, e.g.:{
"Hot pink": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0,
1
],
"hex": "#ff00ff"
}
}
}
Upload JSON File or Drop Here
(Max: 10MB)