Skew color palette for more dark values

by removing gray[3], which wasn't used anywhere. Slight adjustments were made to the darker tones.
This commit is contained in:
Matthias Metelka 2022-08-16 22:32:24 +02:00
parent 04781de828
commit eba1fc18b6

View file

@ -11,14 +11,14 @@ $color: (
gray: (
0: #fcfdfe,
1: #f2f5f8,
2: #dde1e7,
3: #aeb5be,
4: #7a818a,
5: #4a5058,
6: #2d3138,
7: #181b1f,
8: #101215,
9: #0b0c0e,
2: #d7dbe1,
3: #7e868f,
4: #4a5058,
5: #2d3138,
6: #1d2126,
7: #161a1d,
8: #121518,
9: #0c0e10,
),
red: (
0: #fef2f2,