Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created November 3, 2020 01:14
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 richtabor/4e3dee30d7b6d6047b9f62db4cf6c85e to your computer and use it in GitHub Desktop.
Save richtabor/4e3dee30d7b6d6047b9f62db4cf6c85e to your computer and use it in GitHub Desktop.
{
"global": {
"settings": {
"color": {
"palette": [
{
"slug": "strong-magenta",
"color": "#a156b4"
},
{
"slug": "very-dark-grey",
"color": "rgb(131, 12, 8)"
}
],
"gradients": [
{
"slug": "blush-bordeaux",
"gradient": "linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)"
},
{
"slug": "blush-light-purple",
"gradient": "linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)"
},
]
},
"typography": {
"fontSizes": [
{
"slug": "normal",
"size": 16
},
{
"slug": "big",
"size": 32
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment