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:
Hamothy 2022-09-02 07:48:26 -07:00 committed by GitHub
parent 8dc18f8bf0
commit a60914909c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)",