Created
June 2, 2022 22:24
-
-
Save ejfox/5678aa4d934b87d0c8ab6bf0805ea5f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"global": { | |
"red": { | |
"value": "#E60D4E", | |
"type": "color" | |
}, | |
"blue": { | |
"value": "#0D7EE6", | |
"type": "color" | |
}, | |
"orange": { | |
"value": "#E68F0D", | |
"type": "color" | |
}, | |
"green": { | |
"value": "#ABE363", | |
"type": "color" | |
}, | |
"black": { | |
"value": "#000000", | |
"type": "color" | |
}, | |
"near-black": { | |
"value": "#111111", | |
"type": "color" | |
}, | |
"dark-gray": { | |
"value": "#333333", | |
"type": "color" | |
}, | |
"mid-gray": { | |
"value": "#555555", | |
"type": "color" | |
}, | |
"gray": { | |
"value": "#777777", | |
"type": "color" | |
}, | |
"silver": { | |
"value": "#999999", | |
"type": "color" | |
}, | |
"light-silver": { | |
"value": "#aaaaaa", | |
"type": "color" | |
}, | |
"moon-gray": { | |
"value": "#cccccc", | |
"type": "color" | |
}, | |
"light-gray": { | |
"value": "#eeeeee", | |
"type": "color" | |
}, | |
"near-white": { | |
"value": "#f4f4f4", | |
"type": "color" | |
}, | |
"white": { | |
"value": "#ffffff", | |
"type": "color" | |
}, | |
"dark-red": { | |
"value": "#f00008", | |
"type": "color" | |
}, | |
"red": { | |
"value": "#ff3223", | |
"type": "color" | |
}, | |
"orange": { | |
"value": "#f3a801", | |
"type": "color" | |
}, | |
"gold": { | |
"value": "#f2c800", | |
"type": "color" | |
}, | |
"yellow": { | |
"value": "#ffde37", | |
"type": "color" | |
}, | |
"purple": { | |
"value": "#7d5da9", | |
"type": "color" | |
}, | |
"light-purple": { | |
"value": "#8d4f92", | |
"type": "color" | |
}, | |
"hot-pink": { | |
"value": "#d62288", | |
"type": "color" | |
}, | |
"dark-pink": { | |
"value": "#c64774", | |
"type": "color" | |
}, | |
"pink": { | |
"value": "#f49cc8", | |
"type": "color" | |
}, | |
"dark-green": { | |
"value": "#006C71", | |
"type": "color" | |
}, | |
"green": { | |
"value": "#41D69F", | |
"type": "color" | |
}, | |
"navy": { | |
"value": "#001b44", | |
"type": "color" | |
}, | |
"dark-blue": { | |
"value": "#00449e", | |
"type": "color" | |
}, | |
"blue": { | |
"value": "#357edd", | |
"type": "color" | |
}, | |
"light-blue": { | |
"value": "#96ccff", | |
"type": "color" | |
}, | |
"lightest-blue": { | |
"value": "#cdecff", | |
"type": "color" | |
}, | |
"washed-blue": { | |
"value": "#f6fffe", | |
"type": "color" | |
}, | |
"washed-green": { | |
"value": "#e8fdf5", | |
"type": "color" | |
}, | |
"washed-yellow": { | |
"value": "#fff8d5", | |
"type": "color" | |
}, | |
"light-pink": { | |
"value": "#efa4b8", | |
"type": "color" | |
}, | |
"light-yellow": { | |
"value": "#f3dd70", | |
"type": "color" | |
}, | |
"light-red": { | |
"value": "#ffd3c0", | |
"type": "color" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment