-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolors.html
21 lines (20 loc) · 1.08 KB
/
colors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>LogLock | Colors</title>
</head>
<body>
<div style="background-color: #506e7d; height: 50px; color: white;">#506e7d</div>
<div style="background-color: #8aa2af; height: 50px; color: white;">#8aa2af</div>
<div style="background-color: #acbfc9; height: 50px; color: white;">#acbfc9</div>
<div style="background-color: #cfdbe0; height: 50px; color: white;">#cfdbe0</div>
<div style="background-color: #f3f4f5; height: 50px; color: white;">#f3f4f5</div>
<div style="background-color: #cc0033; height: 50px; color: white;">#cc0033</div>
<div style="background-color: #009587; height: 50px; color: white;">#009587</div>
<div style="background-color: #4DB6AC; height: 50px; color: white;">#4DB6AC</div>
<div style="background-color: #B2DFDB; height: 50px; color: white;">#B2DFDB</div>
<div style="background-color: # ; height: 50px; color: white;">#</div>
</body>
</html>