-
-
Notifications
You must be signed in to change notification settings - Fork 172
/
quickTabsPalette.html
216 lines (194 loc) · 5.86 KB
/
quickTabsPalette.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
<!DOCTYPE html>
<!-- saved from url=(0036)http://paletton.com/export/index.php -->
<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: #95BAF9 }
.primary-2 { background-color: #689DF6 }
.primary-0 { background-color: #4284F4 }
.primary-3 { background-color: #1A69EF }
.primary-4 { background-color: #0759E4 }
.secondary-1-1 { background-color: #FFE98E }
.secondary-1-2 { background-color: #FFE05D }
.secondary-1-0 { background-color: #FFD732 }
.secondary-1-3 { background-color: #FFCF04 }
.secondary-1-4 { background-color: #FFCE00 }
.secondary-2-1 { background-color: #FFBD8E }
.secondary-2-2 { background-color: #FFA05D }
.secondary-2-0 { background-color: #FF8732 }
.secondary-2-3 { background-color: #FF6C04 }
.secondary-2-4 { background-color: #FF6A00 }
/* 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>
</head>
<body>
<h1>Color Palette by Paletton.com</h1>
<p>Palette URL: <a href="http://paletton.com/#uid=33H0u0kpNWUeaYCkoXMvtUYQsQL">http://paletton.com/#uid=33H0u0kpNWUeaYCkoXMvtUYQsQL</a></p>
<table class="color-table">
<tbody><tr>
<th>Primary color:</th>
<td class="sample sample-1 primary-1">
<div class="white">#95BAF9</div>
<div class="black">#95BAF9</div>
</td>
<td class="sample sample-2 primary-2">
<div class="white">#689DF6</div>
<div class="black">#689DF6</div>
</td>
<td class="sample sample-0 primary-0">
<div class="white">#4284F4</div>
<div class="black">#4284F4</div>
</td>
<td class="sample sample-3 primary-3">
<div class="white">#1A69EF</div>
<div class="black">#1A69EF</div>
</td>
<td class="sample sample-4 primary-4">
<div class="white">#0759E4</div>
<div class="black">#0759E4</div>
</td>
</tr>
<tr>
<th>Secondary color (1):</th>
<td class="sample sample-1 secondary-1-1">
<div class="white">#FFE98E</div>
<div class="black">#FFE98E</div>
</td>
<td class="sample sample-2 secondary-1-2">
<div class="white">#FFE05D</div>
<div class="black">#FFE05D</div>
</td>
<td class="sample sample-0 secondary-1-0">
<div class="white">#FFD732</div>
<div class="black">#FFD732</div>
</td>
<td class="sample sample-3 secondary-1-3">
<div class="white">#FFCF04</div>
<div class="black">#FFCF04</div>
</td>
<td class="sample sample-4 secondary-1-4">
<div class="white">#FFCE00</div>
<div class="black">#FFCE00</div>
</td>
</tr>
<tr>
<th>Secondary color (2):</th>
<td class="sample sample-1 secondary-2-1">
<div class="white">#FFBD8E</div>
<div class="black">#FFBD8E</div>
</td>
<td class="sample sample-2 secondary-2-2">
<div class="white">#FFA05D</div>
<div class="black">#FFA05D</div>
</td>
<td class="sample sample-0 secondary-2-0">
<div class="white">#FF8732</div>
<div class="black">#FF8732</div>
</td>
<td class="sample sample-3 secondary-2-3">
<div class="white">#FF6C04</div>
<div class="black">#FF6C04</div>
</td>
<td class="sample sample-4 secondary-2-4">
<div class="white">#FF6A00</div>
<div class="black">#FF6A00</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>
</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><style type="text/css">embed[type*="application/x-shockwave-flash"],embed[src*=".swf"],object[type*="application/x-shockwave-flash"],object[codetype*="application/x-shockwave-flash"],object[src*=".swf"],object[codebase*="swflash.cab"],object[classid*="D27CDB6E-AE6D-11cf-96B8-444553540000"],object[classid*="d27cdb6e-ae6d-11cf-96b8-444553540000"],object[classid*="D27CDB6E-AE6D-11cf-96B8-444553540000"]{ display: none !important;}</style></html>