-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcolors.html
41 lines (30 loc) · 1.48 KB
/
colors.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
<!DOCTYPE html>
<html>
<head>
<title>Colors</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="colors.css">
</head>
<body>
<header>
<h1>Colors!</h1>
<header>
<div class="wrapper">
<div class="color silky-smooth">Benjamin Moore Silky Smooth (#efe3df)</div>
<div class="color breathless">Sherwin Williams Breathless (#d6c2be)</div>
<div class="color organdy">Benjamin Moore Organdy (#e0d2d1)</div>
<div class="color rosebud">Sherwin Williams Rosebud (#e0cdd1)</div>
<div class="color bridal-rose">Benjamin Moore Bridal Rose (#ebe2df)</div>
<div class="color paisley-pink">Benjamin Moore Paisley Pink (#e9d8d6)</div>
<div class="color parachute-blush">Parachute Blush (Bedding Color; #e6dcdc)</div>
<!-- <div class="color white-lilac">Sherwin Williams White Lilac (#efe7e7)</div> -->
<!-- <div class="color rosily">Sherwin Williams Rosily (#f0e3e4)</div>
<div class="color anemone">Sherwin Williams Anemone (#f0e2e4)</div> -->
<!-- <div class="color silken-ribbon">Sherwin Williams Silken Ribbon (#e8dbdd)</div> -->
<!-- <div class="color first-light">Benjamin Moore First Light (#f0e3df)</div> -->
<!-- <div class="color wallflower">Sherwin Williams Wallflower (#dbcfd4)</div> -->
<!-- <div class="color silver-peony">Sherwin Williams Silver Peony (#dad6db)</div> -->
</div>
</body>
</html>