-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathColor palette by Paletton.com.html
141 lines (122 loc) · 3.04 KB
/
Color palette by Paletton.com.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
<!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: #00110A }
.primary-2 { background-color: #004427 }
.primary-0 { background-color: #1A714C }
.primary-3 { background-color: #509C7B }
.primary-4 { background-color: #C0D6CD }
/* 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=1330u0kowkGXT3a-ecxfCsA3kKO">http://paletton.com/#uid=1330u0kowkGXT3a-ecxfCsA3kKO</a></p>
<table class="color-table">
<tbody><tr>
<th>Primary color:</th>
<td class="sample sample-1 primary-1">
<div class="white">#00110A</div>
<div class="black">#00110A</div>
</td>
<td class="sample sample-2 primary-2">
<div class="white">#004427</div>
<div class="black">#004427</div>
</td>
<td class="sample sample-0 primary-0">
<div class="white">#1A714C</div>
<div class="black">#1A714C</div>
</td>
<td class="sample sample-3 primary-3">
<div class="white">#509C7B</div>
<div class="black">#509C7B</div>
</td>
<td class="sample sample-4 primary-4">
<div class="white">#C0D6CD</div>
<div class="black">#C0D6CD</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>
</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>