Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(color): tentative dark purple ramp
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Feb 6, 2023
1 parent 2e4a6bd commit 7afb81c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -668,23 +668,23 @@
"type": "color"
},
"200": {
"value": "#3A1D95",
"value": "#261362",
"type": "color"
},
"300": {
"value": "#7C52FF",
"value": "#3A1D95",
"type": "color"
},
"400": {
"value": "#AB7EFF",
"value": "#7C52FF",
"type": "color"
},
"500": {
"value": "#DAC7FF",
"value": "#AB7EFF",
"type": "color"
},
"600": {
"value": "#F5F0FF",
"value": "#DAC7FF",
"type": "color"
}
},
Expand Down

0 comments on commit 7afb81c

Please sign in to comment.