This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree 1 file changed +43
-43
lines changed 1 file changed +43
-43
lines changed Original file line number Diff line number Diff line change 1
1
$color-red : (
2
- ' 50' : #fde0dc ,
3
- ' 100' : #f9bdbb ,
4
- ' 200' : #f69988 ,
5
- ' 300' : #f36c60 ,
6
- ' 400' : #e84e40 ,
7
- ' 500' : #e51c23 ,
8
- ' 600' : #dd191d ,
9
- ' 700' : #d01716 ,
10
- ' 800' : #c41411 ,
11
- ' 900' : #b0120a ,
12
- ' A100' : #ff7997 ,
13
- ' A200' : #ff5177 ,
14
- ' A400' : #ff2d6f ,
15
- ' A700' : #e00032
2
+ ' 50' : #ffebee ,
3
+ ' 100' : #ffcdd2 ,
4
+ ' 200' : #ef9a9a ,
5
+ ' 300' : #e57373 ,
6
+ ' 400' : #ef5350 ,
7
+ ' 500' : #f44336 ,
8
+ ' 600' : #e53935 ,
9
+ ' 700' : #d32f2f ,
10
+ ' 800' : #c62828 ,
11
+ ' 900' : #b71c1c ,
12
+ ' A100' : #ff8a80 ,
13
+ ' A200' : #ff5252 ,
14
+ ' A400' : #ff1744 ,
15
+ ' A700' : #d50000
16
16
);
17
17
18
18
// Pink
@@ -28,7 +28,7 @@ $color-pink: (
28
28
' 600' : #d81b60 ,
29
29
' 700' : #c2185b ,
30
30
' 800' : #ad1457 ,
31
- ' 900' : #880e4f ,
31
+ ' 900' : #88ae4f ,
32
32
' A100' : #ff80ab ,
33
33
' A200' : #ff4081 ,
34
34
' A400' : #f50057 ,
@@ -101,20 +101,20 @@ $color-indigo: (
101
101
// ----------------------------
102
102
103
103
$color-blue : (
104
- ' 50' : #e7e9fd ,
105
- ' 100' : #d0d9ff ,
106
- ' 200' : #afbfff ,
107
- ' 300' : #91a7ff ,
108
- ' 400' : #738ffe ,
109
- ' 500' : #5677fc ,
110
- ' 600' : #4e6cef ,
111
- ' 700' : #455ede ,
112
- ' 800' : #3b50ce ,
113
- ' 900' : #2a36b1 ,
114
- ' A100' : #a6baff ,
115
- ' A200' : #6889ff ,
116
- ' A400' : #4d73ff ,
117
- ' A700' : #4d69ff
104
+ ' 50' : #e3f2fd ,
105
+ ' 100' : #bbdefb ,
106
+ ' 200' : #90caf9 ,
107
+ ' 300' : #64b5f6 ,
108
+ ' 400' : #42a5f5 ,
109
+ ' 500' : #2196f3 ,
110
+ ' 600' : #1e88e5 ,
111
+ ' 700' : #1976d2 ,
112
+ ' 800' : #1565c0 ,
113
+ ' 900' : #0d47a1 ,
114
+ ' A100' : #82b1ff ,
115
+ ' A200' : #448aff ,
116
+ ' A400' : #2979ff ,
117
+ ' A700' : #2962ff
118
118
);
119
119
120
120
@@ -185,20 +185,20 @@ $color-teal: (
185
185
// ----------------------------
186
186
187
187
$color-green : (
188
- ' 50' : #d0f8ce ,
189
- ' 100' : #a3e9a4 ,
190
- ' 200' : #72d572 ,
191
- ' 300' : #42bd41 ,
192
- ' 400' : #2baf2b ,
193
- ' 500' : #259b24 ,
194
- ' 600' : #0a8f08 ,
195
- ' 700' : #0a7e07 ,
196
- ' 800' : #056f00 ,
197
- ' 900' : #0d5302 ,
198
- ' A100' : #a2f78d ,
199
- ' A200' : #5af158 ,
200
- ' A400' : #14e715 ,
201
- ' A700' : #12c700
188
+ ' 50' : #e8f5e9 ,
189
+ ' 100' : #c8e6c9 ,
190
+ ' 200' : #a5d6a7 ,
191
+ ' 300' : #81c784 ,
192
+ ' 400' : #66bb6a ,
193
+ ' 500' : #4caf50 ,
194
+ ' 600' : #43a047 ,
195
+ ' 700' : #388e3c ,
196
+ ' 800' : #2e7d32 ,
197
+ ' 900' : #1b5e20 ,
198
+ ' A100' : #b9f6ca ,
199
+ ' A200' : #69f0ae ,
200
+ ' A400' : #00e676 ,
201
+ ' A700' : #00c853
202
202
);
203
203
204
204
You can’t perform that action at this time.
0 commit comments