@amsterdam/design-system-tokens
Version:
All design tokens from the Amsterdam Design System. Use it to apply its visual design to your website or application.
111 lines (110 loc) • 2.64 kB
JSON
{
"ams": {
"color": {
"background": {
"body": {
"$value": "#ffffff"
},
"default": {
"$value": "#ffffff",
"$description": "The default background colour for form controls and smaller surfaces."
}
},
"feedback": {
"error": {
"$value": "#ec0000"
},
"info": {
"$value": "#009de6"
},
"success": {
"$value": "#00893c"
},
"warning": {
"$value": "#ff9100"
}
},
"highlight": {
"$description": "Accent colours for visual distinction, not for interactive elements.",
"azure": {
"$value": "#009de6"
},
"green": {
"$value": "#00893c"
},
"lime": {
"$value": "#bed200"
},
"magenta": {
"$value": "#e50082"
},
"orange": {
"$value": "#ff9100"
},
"purple": {
"$value": "#a00078"
},
"yellow": {
"$value": "#ffe600"
}
},
"interactive": {
"$description": "Colours for interactive elements like links and buttons.",
"contrast": {
"$value": "#202020",
"$description": "For interactive elements on coloured backgrounds where the default blue lacks sufficient contrast."
},
"default": {
"$value": "#004699"
},
"disabled": {
"$value": "#767676"
},
"hover": {
"$value": "#003677"
},
"invalid": {
"default": {
"$value": "#ec0000"
},
"hover": {
"$value": "#b70000"
}
},
"inverse": {
"$value": "#ffffff",
"$description": "For interactive elements on dark backgrounds."
}
},
"progress": {
"$description": "Colours for progress indicators like step lists.",
"current": {
"$value": "#00893c"
},
"completed": {
"$value": "#00893c"
},
"upcoming": {
"$value": "#767676"
}
},
"separator": {
"$value": "#d1d1d1",
"$description": "For row borders in tables."
},
"text": {
"default": {
"$value": "#202020"
},
"inverse": {
"$value": "#ffffff"
},
"secondary": {
"$value": "#767676",
"$description": "For supporting text that is less prominent than the default, e.g. metadata."
}
}
}
},
"$type": "color"
}