jellyfish_designtokens
Version:
Ultimate design tokens from Jelly Fish Design System
35 lines • 1.1 kB
JSON
{
"jf": {
"color": {
"primary": {
"value": "{jf.color.purple.500}",
"type": "color",
"description": "Standard brand color. Can be used on icons, logos, dividers, pictograms, backgrounds "
},
"secondary": {
"value": "{jf.color.sky.600}",
"type": "color",
"description": "Standard brand color. Can be used on icons, logos, dividers, pictograms, backgrounds "
},
"success": {
"value": "{jf.color.green.700}",
"type": "color",
"description": "Default color for success communications."
},
"critical": {
"value": "{jf.color.tomato.500}",
"type": "color",
"description": "Default color for critical communications such as error messages and delete buttons."
},
"warning": {
"value": "{jf.color.mustard.500}",
"type": "color",
"description": "Default color for warning messages."
},
"neutral": {
"value": "{jf.color.carbon.500}",
"type": "color"
}
}
}
}