Skip to content

Commit

Permalink
Add colour palette
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Aug 22, 2022
1 parent 0b4620b commit 761bf60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
"color": {
"palette": [
{
"color": "#ffffff",
"color": "#FFF5E1",
"name": "Base",
"slug": "base"
},
{
"color": "#000000",
"color": "#781C68",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#9DFF20",
"color": "#FFD39A",
"name": "Primary",
"slug": "primary"
},
{
"color": "#345C00",
"color": "#319DA0",
"name": "Secondary",
"slug": "secondary"
},
Expand Down

0 comments on commit 761bf60

Please sign in to comment.