forked from 0x20/tab-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpalette.html
391 lines (356 loc) · 10.8 KB
/
palette.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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Color palette by Paletton.com</title>
<meta name="generator" content="Paletton.com">
<style type="text/css">
/* Palette color codes */
/* Feel free to copy&paste color codes to your application */
.primary-1 { background-color: #04182A }
.primary-2 { background-color: #031C33 }
.primary-0 { background-color: #032542 }
.primary-3 { background-color: #063864 }
.primary-4 { background-color: #074B89 }
.secondary-1-1 { background-color: #411502 }
.secondary-1-2 { background-color: #4F1900 }
.secondary-1-0 { background-color: #672000 }
.secondary-1-3 { background-color: #9B3000 }
.secondary-1-4 { background-color: #D34200 }
.secondary-2-1 { background-color: #012C1C }
.secondary-2-2 { background-color: #003521 }
.secondary-2-0 { background-color: #00452B }
.secondary-2-3 { background-color: #006941 }
.secondary-2-4 { background-color: #008F59 }
.complement-1 { background-color: #412702 }
.complement-2 { background-color: #4F2E00 }
.complement-0 { background-color: #673C00 }
.complement-3 { background-color: #9B5B00 }
.complement-4 { background-color: #D37C00 }
/* end */
body {
margin:0; padding: 2em;
background: #fff;
color: #000;
font: 12px/1.33 "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
text-align:left;
}
h1 {
margin: 0.5em 0;
font-size: 200%;
}
p {
margin: 0.5em 0;
}
.color-table {
margin: 2em 2em 5em;
border-collapse:collapse;
border:none;
border-spacing:0;
font-size:100%;
}
.color-table th {
padding: 0 1em 0 0;
text-align: right;
vertical-align: middle;
font-size: 100%;
font-weight: normal;
border: none;
}
.color-table td.sample {
width:6em; height:6em;
padding: 10px;
text-align:center;
vertical-align:middle;
font-size:90%;
border: 1px solid white;
white-space:nowrap;
}
.color-table td.sample-0 {
width:18em;
}
.color-table.small td.sample {
width:3em; height:3em;
padding:0;
border:none;
}
.color-table.small td.sample-0 {
width:9em;
}
.color-table .white { margin-bottom:0.2em; color:white }
.color-table .black { margin-top:0.2em; color:black }
hr {
margin: 2em 0 1em 0;
border:none;
border-bottom:1px solid silver;
}
#footer {
padding:1em;
text-align:center;
font-size:80%;
}
</style>
<style type="text/css">/*
* contextMenu.js v 1.4.0
* Author: Sudhanshu Yadav
* s-yadav.github.com
* Copyright (c) 2013 Sudhanshu Yadav.
* Dual licensed under the MIT and GPL licenses
**/
.iw-contextMenu {
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.10);
border: 1px solid #c8c7cc;
border-radius: 11px;
display: none;
z-index: 1000000132;
max-width: 300px;
}
.iw-cm-menu {
background: #fff;
color: #000;
margin: 0px;
padding: 0px;
}
.iw-curMenu {
}
.iw-cm-menu li {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Ubuntu, sans-serif;
list-style: none;
padding: 10px;
padding-right: 20px;
border-bottom: 1px solid #c8c7cc;
cursor: pointer;
position: relative;
font-size: 14px;
margin: 0;
line-height: inherit;
}
.iw-cm-menu li:first-child {
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
.iw-cm-menu li:last-child {
border-bottom-left-radius: 11px;
border-bottom-right-radius: 11px;
border-bottom: none;
}
.iw-mOverlay {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #FFF;
opacity: .5;
}
.iw-contextMenu li.iw-mDisable {
opacity: 0.3;
cursor: default;
}
.iw-mSelected {
background-color: #F6F6F6;
}
.iw-cm-arrow-right {
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #000;
position: absolute;
right: 5px;
top: 50%;
margin-top: -5px;
}
.iw-mSelected > .iw-cm-arrow-right {
}
/*context menu css end */</style><style type="text/css">@-webkit-keyframes load4 {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
}
@keyframes load4 {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
}</style><style type="text/css">/* This is not a zero-length file! */</style></head>
<body>
<h1>Color Palette by Paletton.com</h1>
<p>Palette URL: <a href="http://paletton.com/#uid=73z2m0kFccSvg88DJ9VBOjtEyqu">http://paletton.com/#uid=73z2m0kFccSvg88DJ9VBOjtEyqu</a></p>
<table class="color-table">
<tbody><tr>
<th>Primary color:</th>
<td class="sample sample-1 primary-1">
<div class="white">#04182A</div>
<div class="black">#04182A</div>
</td>
<td class="sample sample-2 primary-2">
<div class="white">#031C33</div>
<div class="black">#031C33</div>
</td>
<td class="sample sample-0 primary-0">
<div class="white">#032542</div>
<div class="black">#032542</div>
</td>
<td class="sample sample-3 primary-3">
<div class="white">#063864</div>
<div class="black">#063864</div>
</td>
<td class="sample sample-4 primary-4">
<div class="white">#074B89</div>
<div class="black">#074B89</div>
</td>
</tr>
<tr>
<th>Secondary color (1):</th>
<td class="sample sample-1 secondary-1-1">
<div class="white">#411502</div>
<div class="black">#411502</div>
</td>
<td class="sample sample-2 secondary-1-2">
<div class="white">#4F1900</div>
<div class="black">#4F1900</div>
</td>
<td class="sample sample-0 secondary-1-0">
<div class="white">#672000</div>
<div class="black">#672000</div>
</td>
<td class="sample sample-3 secondary-1-3">
<div class="white">#9B3000</div>
<div class="black">#9B3000</div>
</td>
<td class="sample sample-4 secondary-1-4">
<div class="white">#D34200</div>
<div class="black">#D34200</div>
</td>
</tr>
<tr>
<th>Secondary color (2):</th>
<td class="sample sample-1 secondary-2-1">
<div class="white">#012C1C</div>
<div class="black">#012C1C</div>
</td>
<td class="sample sample-2 secondary-2-2">
<div class="white">#003521</div>
<div class="black">#003521</div>
</td>
<td class="sample sample-0 secondary-2-0">
<div class="white">#00452B</div>
<div class="black">#00452B</div>
</td>
<td class="sample sample-3 secondary-2-3">
<div class="white">#006941</div>
<div class="black">#006941</div>
</td>
<td class="sample sample-4 secondary-2-4">
<div class="white">#008F59</div>
<div class="black">#008F59</div>
</td>
</tr>
<tr>
<th>Complement color:</th>
<td class="sample sample-1 complement-1">
<div class="white">#412702</div>
<div class="black">#412702</div>
</td>
<td class="sample sample-2 complement-2">
<div class="white">#4F2E00</div>
<div class="black">#4F2E00</div>
</td>
<td class="sample sample-0 complement-0">
<div class="white">#673C00</div>
<div class="black">#673C00</div>
</td>
<td class="sample sample-3 complement-3">
<div class="white">#9B5B00</div>
<div class="black">#9B5B00</div>
</td>
<td class="sample sample-4 complement-4">
<div class="white">#D37C00</div>
<div class="black">#D37C00</div>
</td>
</tr>
</tbody></table>
<table class="color-table small">
<tbody><tr>
<th>Primary color:</th>
<td class="sample sample-1 primary-1"></td>
<td class="sample sample-2 primary-2"></td>
<td class="sample sample-0 primary-0"></td>
<td class="sample sample-3 primary-3"></td>
<td class="sample sample-4 primary-4"></td>
</tr>
<tr>
<th>Secondary color (1):</th>
<td class="sample sample-1 secondary-1-1"></td>
<td class="sample sample-2 secondary-1-2"></td>
<td class="sample sample-0 secondary-1-0"></td>
<td class="sample sample-3 secondary-1-3"></td>
<td class="sample sample-4 secondary-1-4"></td>
</tr>
<tr>
<th>Secondary color (2):</th>
<td class="sample sample-1 secondary-2-1"></td>
<td class="sample sample-2 secondary-2-2"></td>
<td class="sample sample-0 secondary-2-0"></td>
<td class="sample sample-3 secondary-2-3"></td>
<td class="sample sample-4 secondary-2-4"></td>
</tr>
<tr>
<th>Complement color:</th>
<td class="sample sample-1 complement-1"></td>
<td class="sample sample-2 complement-2"></td>
<td class="sample sample-0 complement-0"></td>
<td class="sample sample-3 complement-3"></td>
<td class="sample sample-4 complement-4"></td>
</tr>
</tbody></table>
<p>
See the HTML source for more details.<br>
Use the <em>Save / Save As...</em> command in your browser to store the document for latter use.
</p>
<hr>
<p id="footer">Generated by <a href="http://paletton.com/">Paletton.com</a> © 2002-2014</p>
</body></html>