Skip to content

Instantly share code, notes, and snippets.

@barelyhuman
Created July 31, 2022 14:22
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 barelyhuman/bbbc510ae1e70e528e6bd360f2b26b95 to your computer and use it in GitHub Desktop.
Save barelyhuman/bbbc510ae1e70e528e6bd360f2b26b95 to your computer and use it in GitHub Desktop.
my gray palette
[
{
"name": "gray-100",
"color": "rgba(25, 24, 21, 1)"
},
{
"name": "gray-75",
"color": "rgba(113, 113, 113, 1)"
},
{
"name": "gray-50",
"color": "rgba(166, 166, 166, 1)"
},
{
"name": "gray-25",
"color": "rgba(238, 238, 238, 1)"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment