Skip to content

Instantly share code, notes, and snippets.

@inwardmovement
Last active February 1, 2024 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inwardmovement/aa0299bb0c47e0ab37aec21fec6a04da to your computer and use it in GitHub Desktop.
Save inwardmovement/aa0299bb0c47e0ab37aec21fec6a04da to your computer and use it in GitHub Desktop.
{
"black": { "$type": "color", "$value": "#000000" },
"white": { "$type": "color", "$value": "#ffffff" },
"gray-skeleton": { "$type": "color", "$value": "#e9ecef" },
"gray-disabled": { "$type": "color", "$value": "#adb5bd" },
"gray-secondary": { "$type": "color", "$value": "#6c757d" },
"blue-light": { "$type": "color", "$value": "#cfe2ff" },
"blue-solid": { "$type": "color", "$value": "#0d6efd" },
"blue-dark": { "$type": "color", "$value": "#052c65" },
"green-light": { "$type": "color", "$value": "#d1e7dd" },
"green-solid": { "$type": "color", "$value": "#198754" },
"green-dark": { "$type": "color", "$value": "#0a3622" },
"red-light": { "$type": "color", "$value": "#f8d7da" },
"red-solid": { "$type": "color", "$value": "#dc3545" },
"red-dark": { "$type": "color", "$value": "#58151c" },
"yellow-light": { "$type": "color", "$value": "#fff3cd" },
"yellow-solid": { "$type": "color", "$value": "#ffc107" },
"yellow-dark": { "$type": "color", "$value": "#664d03" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment