UNPKG

@axa-ch/design-tokens

Version:
49 lines (48 loc) 1.23 kB
{ "color": { "status": { "malachite": { "type": "color", "value": "#1CC54E" }, "malachite-20": { "type": "color", "value": "{color.status.malachite}", "transform": "color-transform", "params": { "alpha": -0.8 } }, "malachite-dark": { "type": "color", "value": "{color.status.malachite}", "transform": "color-shade", "shade": "dark" }, "malachite-light": { "type": "color", "value": "{color.status.malachite}", "transform": "color-shade", "shade": "light" }, "shy-tomato": { "type": "color", "value": "#C91432" }, "shy-tomato-20": { "type": "color", "value": "{color.status.shy-tomato}", "transform": "color-transform", "params": { "alpha": -0.8 } }, "shy-tomato-dark": { "type": "color", "value": "{color.status.shy-tomato}", "transform": "color-shade", "shade": "dark" }, "shy-tomato-light": { "type": "color", "value": "{color.status.shy-tomato}", "transform": "color-shade", "shade": "light" } } } }