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: ( gray: (
0: #fcfdfe, 0: #fcfdfe,
1: #f2f5f8, 1: #f2f5f8,
2: #dde1e7, 2: #d7dbe1,
3: #aeb5be, 3: #7e868f,
4: #7a818a, 4: #4a5058,
5: #4a5058, 5: #2d3138,
6: #2d3138, 6: #1d2126,
7: #181b1f, 7: #161a1d,
8: #101215, 8: #121518,
9: #0b0c0e, 9: #0c0e10,
), ),
red: ( red: (
0: #fef2f2, 0: #fef2f2,