refactor: Move base above mantle (#17)
The ordering should be consistent across all the palettes. While it does not matter for this repository, for people copying and pasting values, it can be confusing if ordering matters
This commit is contained in:
parent
8dc18f8bf0
commit
a60914909c
1 changed files with 5 additions and 5 deletions
10
palette.json
10
palette.json
|
@ -115,16 +115,16 @@
|
|||
"rgb": "rgb(204, 208, 218)",
|
||||
"hsl": "hsl(223, 16%, 83%)"
|
||||
},
|
||||
"mantle": {
|
||||
"hex": "#e6e9ef",
|
||||
"rgb": "rgb(230, 233, 239)",
|
||||
"hsl": "hsl(220, 22%, 92%)"
|
||||
},
|
||||
"base": {
|
||||
"hex": "#eff1f5",
|
||||
"rgb": "rgb(239, 241, 245)",
|
||||
"hsl": "hsl(220, 23%, 95%)"
|
||||
},
|
||||
"mantle": {
|
||||
"hex": "#e6e9ef",
|
||||
"rgb": "rgb(230, 233, 239)",
|
||||
"hsl": "hsl(220, 22%, 92%)"
|
||||
},
|
||||
"crust": {
|
||||
"hex": "#dce0e8",
|
||||
"rgb": "rgb(220, 224, 232)",
|
||||
|
|
Loading…
Reference in a new issue