UNPKG

6.88 kBSCSSView Raw
1//
2// Copyright 2017 Google Inc.
3//
4// Permission is hereby granted, free of charge, to any person obtaining a copy
5// of this software and associated documentation files (the "Software"), to deal
6// in the Software without restriction, including without limitation the rights
7// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8// copies of the Software, and to permit persons to whom the Software is
9// furnished to do so, subject to the following conditions:
10//
11// The above copyright notice and this permission notice shall be included in
12// all copies or substantial portions of the Software.
13//
14// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20// THE SOFTWARE.
21//
22
23// stylelint-disable scss/dollar-variable-pattern, color-hex-length
24
25$red-50: #ffebee;
26$red-100: #ffcdd2;
27$red-200: #ef9a9a;
28$red-300: #e57373;
29$red-400: #ef5350;
30$red-500: #f44336;
31$red-600: #e53935;
32$red-700: #d32f2f;
33$red-800: #c62828;
34$red-900: #b71c1c;
35$red-a100: #ff8a80;
36$red-a200: #ff5252;
37$red-a400: #ff1744;
38$red-a700: #d50000;
39
40$pink-50: #fce4ec;
41$pink-100: #f8bbd0;
42$pink-200: #f48fb1;
43$pink-300: #f06292;
44$pink-400: #ec407a;
45$pink-500: #e91e63;
46$pink-600: #d81b60;
47$pink-700: #c2185b;
48$pink-800: #ad1457;
49$pink-900: #880e4f;
50$pink-a100: #ff80ab;
51$pink-a200: #ff4081;
52$pink-a400: #f50057;
53$pink-a700: #c51162;
54
55$purple-50: #f3e5f5;
56$purple-100: #e1bee7;
57$purple-200: #ce93d8;
58$purple-300: #ba68c8;
59$purple-400: #ab47bc;
60$purple-500: #9c27b0;
61$purple-600: #8e24aa;
62$purple-700: #7b1fa2;
63$purple-800: #6a1b9a;
64$purple-900: #4a148c;
65$purple-a100: #ea80fc;
66$purple-a200: #e040fb;
67$purple-a400: #d500f9;
68$purple-a700: #a0f;
69
70$deep-purple-50: #ede7f6;
71$deep-purple-100: #d1c4e9;
72$deep-purple-200: #b39ddb;
73$deep-purple-300: #9575cd;
74$deep-purple-400: #7e57c2;
75$deep-purple-500: #673ab7;
76$deep-purple-600: #5e35b1;
77$deep-purple-700: #512da8;
78$deep-purple-800: #4527a0;
79$deep-purple-900: #311b92;
80$deep-purple-a100: #b388ff;
81$deep-purple-a200: #7c4dff;
82$deep-purple-a400: #651fff;
83$deep-purple-a700: #6200ea;
84
85$indigo-50: #e8eaf6;
86$indigo-100: #c5cae9;
87$indigo-200: #9fa8da;
88$indigo-300: #7986cb;
89$indigo-400: #5c6bc0;
90$indigo-500: #3f51b5;
91$indigo-600: #3949ab;
92$indigo-700: #303f9f;
93$indigo-800: #283593;
94$indigo-900: #1a237e;
95$indigo-a100: #8c9eff;
96$indigo-a200: #536dfe;
97$indigo-a400: #3d5afe;
98$indigo-a700: #304ffe;
99
100$blue-50: #e3f2fd;
101$blue-100: #bbdefb;
102$blue-200: #90caf9;
103$blue-300: #64b5f6;
104$blue-400: #42a5f5;
105$blue-500: #2196f3;
106$blue-600: #1e88e5;
107$blue-700: #1976d2;
108$blue-800: #1565c0;
109$blue-900: #0d47a1;
110$blue-a100: #82b1ff;
111$blue-a200: #448aff;
112$blue-a400: #2979ff;
113$blue-a700: #2962ff;
114
115$light-blue-50: #e1f5fe;
116$light-blue-100: #b3e5fc;
117$light-blue-200: #81d4fa;
118$light-blue-300: #4fc3f7;
119$light-blue-400: #29b6f6;
120$light-blue-500: #03a9f4;
121$light-blue-600: #039be5;
122$light-blue-700: #0288d1;
123$light-blue-800: #0277bd;
124$light-blue-900: #01579b;
125$light-blue-a100: #80d8ff;
126$light-blue-a200: #40c4ff;
127$light-blue-a400: #00b0ff;
128$light-blue-a700: #0091ea;
129
130$cyan-50: #e0f7fa;
131$cyan-100: #b2ebf2;
132$cyan-200: #80deea;
133$cyan-300: #4dd0e1;
134$cyan-400: #26c6da;
135$cyan-500: #00bcd4;
136$cyan-600: #00acc1;
137$cyan-700: #0097a7;
138$cyan-800: #00838f;
139$cyan-900: #006064;
140$cyan-a100: #84ffff;
141$cyan-a200: #18ffff;
142$cyan-a400: #00e5ff;
143$cyan-a700: #00b8d4;
144
145$teal-50: #e0f2f1;
146$teal-100: #b2dfdb;
147$teal-200: #80cbc4;
148$teal-300: #4db6ac;
149$teal-400: #26a69a;
150$teal-500: #009688;
151$teal-600: #00897b;
152$teal-700: #00796b;
153$teal-800: #00695c;
154$teal-900: #004d40;
155$teal-a100: #a7ffeb;
156$teal-a200: #64ffda;
157$teal-a400: #1de9b6;
158$teal-a700: #00bfa5;
159
160$green-50: #e8f5e9;
161$green-100: #c8e6c9;
162$green-200: #a5d6a7;
163$green-300: #81c784;
164$green-400: #66bb6a;
165$green-500: #4caf50;
166$green-600: #43a047;
167$green-700: #388e3c;
168$green-800: #2e7d32;
169$green-900: #1b5e20;
170$green-a100: #b9f6ca;
171$green-a200: #69f0ae;
172$green-a400: #00e676;
173$green-a700: #00c853;
174
175$light-green-50: #f1f8e9;
176$light-green-100: #dcedc8;
177$light-green-200: #c5e1a5;
178$light-green-300: #aed581;
179$light-green-400: #9ccc65;
180$light-green-500: #8bc34a;
181$light-green-600: #7cb342;
182$light-green-700: #689f38;
183$light-green-800: #558b2f;
184$light-green-900: #33691e;
185$light-green-a100: #ccff90;
186$light-green-a200: #b2ff59;
187$light-green-a400: #76ff03;
188$light-green-a700: #64dd17;
189
190$lime-50: #f9fbe7;
191$lime-100: #f0f4c3;
192$lime-200: #e6ee9c;
193$lime-300: #dce775;
194$lime-400: #d4e157;
195$lime-500: #cddc39;
196$lime-600: #c0ca33;
197$lime-700: #afb42b;
198$lime-800: #9e9d24;
199$lime-900: #827717;
200$lime-a100: #f4ff81;
201$lime-a200: #eeff41;
202$lime-a400: #c6ff00;
203$lime-a700: #aeea00;
204
205$yellow-50: #fffde7;
206$yellow-100: #fff9c4;
207$yellow-200: #fff59d;
208$yellow-300: #fff176;
209$yellow-400: #ffee58;
210$yellow-500: #ffeb3b;
211$yellow-600: #fdd835;
212$yellow-700: #fbc02d;
213$yellow-800: #f9a825;
214$yellow-900: #f57f17;
215$yellow-a100: #ffff8d;
216$yellow-a200: #ff0;
217$yellow-a400: #ffea00;
218$yellow-a700: #ffd600;
219
220$amber-50: #fff8e1;
221$amber-100: #ffecb3;
222$amber-200: #ffe082;
223$amber-300: #ffd54f;
224$amber-400: #ffca28;
225$amber-500: #ffc107;
226$amber-600: #ffb300;
227$amber-700: #ffa000;
228$amber-800: #ff8f00;
229$amber-900: #ff6f00;
230$amber-a100: #ffe57f;
231$amber-a200: #ffd740;
232$amber-a400: #ffc400;
233$amber-a700: #ffab00;
234
235$orange-50: #fff3e0;
236$orange-100: #ffe0b2;
237$orange-200: #ffcc80;
238$orange-300: #ffb74d;
239$orange-400: #ffa726;
240$orange-500: #ff9800;
241$orange-600: #fb8c00;
242$orange-700: #f57c00;
243$orange-800: #ef6c00;
244$orange-900: #e65100;
245$orange-a100: #ffd180;
246$orange-a200: #ffab40;
247$orange-a400: #ff9100;
248$orange-a700: #ff6d00;
249
250$deep-orange-50: #fbe9e7;
251$deep-orange-100: #ffccbc;
252$deep-orange-200: #ffab91;
253$deep-orange-300: #ff8a65;
254$deep-orange-400: #ff7043;
255$deep-orange-500: #ff5722;
256$deep-orange-600: #f4511e;
257$deep-orange-700: #e64a19;
258$deep-orange-800: #d84315;
259$deep-orange-900: #bf360c;
260$deep-orange-a100: #ff9e80;
261$deep-orange-a200: #ff6e40;
262$deep-orange-a400: #ff3d00;
263$deep-orange-a700: #dd2c00;
264
265$brown-50: #efebe9;
266$brown-100: #d7ccc8;
267$brown-200: #bcaaa4;
268$brown-300: #a1887f;
269$brown-400: #8d6e63;
270$brown-500: #795548;
271$brown-600: #6d4c41;
272$brown-700: #5d4037;
273$brown-800: #4e342e;
274$brown-900: #3e2723;
275
276$grey-50: #fafafa;
277$grey-100: #f5f5f5;
278$grey-200: #eee;
279$grey-300: #e0e0e0;
280$grey-400: #bdbdbd;
281$grey-500: #9e9e9e;
282$grey-600: #757575;
283$grey-700: #616161;
284$grey-800: #424242;
285$grey-900: #212121;
286
287$blue-grey-50: #eceff1;
288$blue-grey-100: #cfd8dc;
289$blue-grey-200: #b0bec5;
290$blue-grey-300: #90a4ae;
291$blue-grey-400: #78909c;
292$blue-grey-500: #607d8b;
293$blue-grey-600: #546e7a;
294$blue-grey-700: #455a64;
295$blue-grey-800: #37474f;
296$blue-grey-900: #263238;