-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolor.html
314 lines (314 loc) · 15.9 KB
/
color.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="css/MOE.css" />
<style>
.container{
height: auto;
display: -webkit-flex !important;
display: flex !important;
-webkit-flex-direction: column;
flex-direction: column;
}
.container > div {
flex:
}
.row{
margin-bottom: 30px;
}
.container{
width: 91.66%;
height: 1080px;
margin: 0 auto;
border: 1px solid black;
}
.result{
height: auto;
width: auto;
margin: 0 auto;
}
.cell{
height: 64px;
width: 100%;
margin-bottom: 10px;
}
.space {
width: 100%;
height: 50px;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-3">
<div class="cell red white-text">red</div>
<div class="cell red-50 black-text">red-50</div>
<div class="cell red-100 black-text">red-100</div>
<div class="cell red-200 white-text">red-200</div>
<div class="cell red-300 white-text">red-300</div>
<div class="cell red-400 white-text">red-400</div>
<div class="cell red-500 white-text">red-500</div>
<div class="cell red-600 white-text">red-600</div>
<div class="cell red-700 white-text">red-700</div>
<div class="cell red-700 white-text">red-800</div>
<div class="cell red-700 white-text">red-900</div>
</div>
<div class="col-3">
<div class="cell pink white-text">pink</div>
<div class="cell pink-50 black-text">pink-50</div>
<div class="cell pink-100 black-text">pink-100</div>
<div class="cell pink-200 white-text">pink-200</div>
<div class="cell pink-300 white-text">pink-300</div>
<div class="cell pink-400 white-text">pink-400</div>
<div class="cell pink-500 white-text">pink-500</div>
<div class="cell pink-600 white-text">pink-600</div>
<div class="cell pink-700 white-text">pink-700</div>
<div class="cell pink-700 white-text">pink-800</div>
<div class="cell pink-700 white-text">pink-900</div>
</div>
<div class="col-3">
<div class="cell purple white-text">purple</div>
<div class="cell purple-50 black-text">purple-50</div>
<div class="cell purple-100 black-text">purple-100</div>
<div class="cell purple-200 white-text">purple-200</div>
<div class="cell purple-300 white-text">purple-300</div>
<div class="cell purple-400 white-text">purple-400</div>
<div class="cell purple-500 white-text">purple-500</div>
<div class="cell purple-600 white-text">purple-600</div>
<div class="cell purple-700 white-text">purple-700</div>
<div class="cell purple-700 white-text">purple-800</div>
<div class="cell purple-700 white-text">purple-900</div>
</div>
<div class="col-3">
<div class="cell deep-purple white-text">deep-purple</div>
<div class="cell deep-purple-50 black-text">deep-purple-50</div>
<div class="cell deep-purple-100 black-text">deep-purple-100</div>
<div class="cell deep-purple-200 white-text">deep-purple-200</div>
<div class="cell deep-purple-300 white-text">deep-purple-300</div>
<div class="cell deep-purple-400 white-text">deep-purple-400</div>
<div class="cell deep-purple-500 white-text">deep-purple-500</div>
<div class="cell deep-purple-600 white-text">deep-purple-600</div>
<div class="cell deep-purple-700 white-text">deep-purple-700</div>
<div class="cell deep-purple-700 white-text">deep-purple-800</div>
<div class="cell deep-purple-700 white-text">deep-purple-900</div>
</div>
</div>
<div class="space"></div>
<div class="row">
<div class="col-3">
<div class="cell indigo white-text">indigo</div>
<div class="cell indigo-50 black-text">indigo-50</div>
<div class="cell indigo-100 black-text">indigo-100</div>
<div class="cell indigo-200 white-text">indigo-200</div>
<div class="cell indigo-300 white-text">indigo-300</div>
<div class="cell indigo-400 white-text">indigo-400</div>
<div class="cell indigo-500 white-text">indigo-500</div>
<div class="cell indigo-600 white-text">indigo-600</div>
<div class="cell indigo-700 white-text">indigo-700</div>
<div class="cell indigo-700 white-text">indigo-800</div>
<div class="cell indigo-700 white-text">indigo-900</div>
</div>
<div class="col-3">
<div class="cell blue white-text">blue</div>
<div class="cell blue-50 black-text">blue-50</div>
<div class="cell blue-100 black-text">blue-100</div>
<div class="cell blue-200 white-text">blue-200</div>
<div class="cell blue-300 white-text">blue-300</div>
<div class="cell blue-400 white-text">blue-400</div>
<div class="cell blue-500 white-text">blue-500</div>
<div class="cell blue-600 white-text">blue-600</div>
<div class="cell blue-700 white-text">blue-700</div>
<div class="cell blue-700 white-text">blue-800</div>
<div class="cell blue-700 white-text">blue-900</div>
</div>
<div class="col-3">
<div class="cell light-blue white-text">light-blue</div>
<div class="cell light-blue-50 black-text">light-blue-50</div>
<div class="cell light-blue-100 black-text">light-blue-100</div>
<div class="cell light-blue-200 white-text">light-blue-200</div>
<div class="cell light-blue-300 white-text">light-blue-300</div>
<div class="cell light-blue-400 white-text">light-blue-400</div>
<div class="cell light-blue-500 white-text">light-blue-500</div>
<div class="cell light-blue-600 white-text">light-blue-600</div>
<div class="cell light-blue-700 white-text">light-blue-700</div>
<div class="cell light-blue-700 white-text">light-blue-800</div>
<div class="cell light-blue-700 white-text">light-blue-900</div>
</div>
<div class="col-3">
<div class="cell cyan white-text">cyan</div>
<div class="cell cyan-50 black-text">cyan-50</div>
<div class="cell cyan-100 black-text">cyan-100</div>
<div class="cell cyan-200 white-text">cyan-200</div>
<div class="cell cyan-300 white-text">cyan-300</div>
<div class="cell cyan-400 white-text">cyan-400</div>
<div class="cell cyan-500 white-text">cyan-500</div>
<div class="cell cyan-600 white-text">cyan-600</div>
<div class="cell cyan-700 white-text">cyan-700</div>
<div class="cell cyan-700 white-text">cyan-800</div>
<div class="cell cyan-700 white-text">cyan-900</div>
</div>
</div>
<div class="space"></div>
<div class="row">
<div class="col-3">
<div class="cell teal white-text">teal</div>
<div class="cell teal-50 black-text">teal-50</div>
<div class="cell teal-100 black-text">teal-100</div>
<div class="cell teal-200 white-text">teal-200</div>
<div class="cell teal-300 white-text">teal-300</div>
<div class="cell teal-400 white-text">teal-400</div>
<div class="cell teal-500 white-text">teal-500</div>
<div class="cell teal-600 white-text">teal-600</div>
<div class="cell teal-700 white-text">teal-700</div>
<div class="cell teal-700 white-text">teal-800</div>
<div class="cell teal-700 white-text">teal-900</div>
</div>
<div class="col-3">
<div class="cell green white-text">green</div>
<div class="cell green-50 black-text">green-50</div>
<div class="cell green-100 black-text">green-100</div>
<div class="cell green-200 white-text">green-200</div>
<div class="cell green-300 white-text">green-300</div>
<div class="cell green-400 white-text">green-400</div>
<div class="cell green-500 white-text">green-500</div>
<div class="cell green-600 white-text">green-600</div>
<div class="cell green-700 white-text">green-700</div>
<div class="cell green-700 white-text">green-800</div>
<div class="cell green-700 white-text">green-900</div>
</div>
<div class="col-3">
<div class="cell light-green white-text">light-green</div>
<div class="cell light-green-50 black-text">light-green-50</div>
<div class="cell light-green-100 black-text">light-green-100</div>
<div class="cell light-green-200 white-text">light-green-200</div>
<div class="cell light-green-300 white-text">light-green-300</div>
<div class="cell light-green-400 white-text">light-green-400</div>
<div class="cell light-green-500 white-text">light-green-500</div>
<div class="cell light-green-600 white-text">light-green-600</div>
<div class="cell light-green-700 white-text">light-green-700</div>
<div class="cell light-green-700 white-text">light-green-800</div>
<div class="cell light-green-700 white-text">light-green-900</div>
</div>
<div class="col-3">
<div class="cell lime white-text">lime</div>
<div class="cell lime-50 black-text">lime-50</div>
<div class="cell lime-100 black-text">lime-100</div>
<div class="cell lime-200 white-text">lime-200</div>
<div class="cell lime-300 white-text">lime-300</div>
<div class="cell lime-400 white-text">lime-400</div>
<div class="cell lime-500 white-text">lime-500</div>
<div class="cell lime-600 white-text">lime-600</div>
<div class="cell lime-700 white-text">lime-700</div>
<div class="cell lime-700 white-text">lime-800</div>
<div class="cell lime-700 white-text">lime-900</div>
</div>
</div>
<div class="space"></div>
<div class="row">
<div class="col-3">
<div class="cell yellow white-text">yellow</div>
<div class="cell yellow-50 black-text">yellow-50</div>
<div class="cell yellow-100 black-text">yellow-100</div>
<div class="cell yellow-200 white-text">yellow-200</div>
<div class="cell yellow-300 white-text">yellow-300</div>
<div class="cell yellow-400 white-text">yellow-400</div>
<div class="cell yellow-500 white-text">yellow-500</div>
<div class="cell yellow-600 white-text">yellow-600</div>
<div class="cell yellow-700 white-text">yellow-700</div>
<div class="cell yellow-700 white-text">yellow-800</div>
<div class="cell yellow-700 white-text">yellow-900</div>
</div>
<div class="col-3">
<div class="cell amber white-text">amber</div>
<div class="cell amber-50 black-text">amber-50</div>
<div class="cell amber-100 black-text">amber-100</div>
<div class="cell amber-200 white-text">amber-200</div>
<div class="cell amber-300 white-text">amber-300</div>
<div class="cell amber-400 white-text">amber-400</div>
<div class="cell amber-500 white-text">amber-500</div>
<div class="cell amber-600 white-text">amber-600</div>
<div class="cell amber-700 white-text">amber-700</div>
<div class="cell amber-700 white-text">amber-800</div>
<div class="cell amber-700 white-text">amber-900</div>
</div>
<div class="col-3">
<div class="cell orange white-text">orange</div>
<div class="cell orange-50 black-text">orange-50</div>
<div class="cell orange-100 black-text">orange-100</div>
<div class="cell orange-200 white-text">orange-200</div>
<div class="cell orange-300 white-text">orange-300</div>
<div class="cell orange-400 white-text">orange-400</div>
<div class="cell orange-500 white-text">orange-500</div>
<div class="cell orange-600 white-text">orange-600</div>
<div class="cell orange-700 white-text">orange-700</div>
<div class="cell orange-700 white-text">orange-800</div>
<div class="cell orange-700 white-text">orange-900</div>
</div>
<div class="col-3">
<div class="cell deep-orange white-text">deep-orange</div>
<div class="cell deep-orange-50 black-text">deep-orange-50</div>
<div class="cell deep-orange-100 black-text">deep-orange-100</div>
<div class="cell deep-orange-200 white-text">deep-orange-200</div>
<div class="cell deep-orange-300 white-text">deep-orange-300</div>
<div class="cell deep-orange-400 white-text">deep-orange-400</div>
<div class="cell deep-orange-500 white-text">deep-orange-500</div>
<div class="cell deep-orange-600 white-text">deep-orange-600</div>
<div class="cell deep-orange-700 white-text">deep-orange-700</div>
<div class="cell deep-orange-700 white-text">deep-orange-800</div>
<div class="cell deep-orange-700 white-text">deep-orange-900</div>
</div>
</div>
<div class="space"></div>
<div class="row">
<div class="col-3">
<div class="cell brown white-text">brown</div>
<div class="cell brown-50 black-text">brown-50</div>
<div class="cell brown-100 black-text">brown-100</div>
<div class="cell brown-200 white-text">brown-200</div>
<div class="cell brown-300 white-text">brown-300</div>
<div class="cell brown-400 white-text">brown-400</div>
<div class="cell brown-500 white-text">brown-500</div>
<div class="cell brown-600 white-text">brown-600</div>
<div class="cell brown-700 white-text">brown-700</div>
<div class="cell brown-700 white-text">brown-800</div>
<div class="cell brown-700 white-text">brown-900</div>
</div>
<div class="col-3">
<div class="cell grey white-text">grey</div>
<div class="cell grey-50 black-text">grey-50</div>
<div class="cell grey-100 black-text">grey-100</div>
<div class="cell grey-200 white-text">grey-200</div>
<div class="cell grey-300 white-text">grey-300</div>
<div class="cell grey-400 white-text">grey-400</div>
<div class="cell grey-500 white-text">grey-500</div>
<div class="cell grey-600 white-text">grey-600</div>
<div class="cell grey-700 white-text">grey-700</div>
<div class="cell grey-700 white-text">grey-800</div>
<div class="cell grey-700 white-text">grey-900</div>
</div>
<div class="col-3">
<div class="cell blue-grey white-text">blue-grey</div>
<div class="cell blue-grey-50 black-text">blue-grey-50</div>
<div class="cell blue-grey-100 black-text">blue-grey-100</div>
<div class="cell blue-grey-200 white-text">blue-grey-200</div>
<div class="cell blue-grey-300 white-text">blue-grey-300</div>
<div class="cell blue-grey-400 white-text">blue-grey-400</div>
<div class="cell blue-grey-500 white-text">blue-grey-500</div>
<div class="cell blue-grey-600 white-text">blue-grey-600</div>
<div class="cell blue-grey-700 white-text">blue-grey-700</div>
<div class="cell blue-grey-700 white-text">blue-grey-800</div>
<div class="cell blue-grey-700 white-text">blue-grey-900</div>
</div>
<div class="col-3">
<div class="cell black white-text">black</div>
<div class="cell white black-text">white</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/MOE.js"></script>
<script type="text/javascript" src="demo/js/color.js"></script>
</body>
</html>