designtokens.fyi

© Design Systems House

DTCG

An abbrevation for the Design Tokens Community Group, a collection of stakeholders working towards creating a interoperable standard for design tokens.

Example

{
    "color-red-500": {
        "$type": "color",
        "$value": "#F44336"
    }
}

The group defines a design token as a JSON entry where the entry’s value must include the $type and $value at a minimum.