{ | |
"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