-
Notifications
You must be signed in to change notification settings - Fork 1
/
colors.css
73 lines (56 loc) · 972 Bytes
/
colors.css
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
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
body {
font-family: "Source Sans Pro",Trebuchet MS,sans-serif;
}
.wrapper {
display: flex;
flex-wrap: wrap;
}
.color {
width: 300px;
height: 300px;
padding: 20px;
display: inline-block;
}
.first-light {
background-color: #f0e3df;
}
.breathless {
background-color: #d6c2be;
}
.parachute-blush {
background-color: #e6dcdc;
}
.silky-smooth {
background-color: #efe3df;
}
.paisley-pink {
background-color: #e9d8d6;
}
.silken-ribbon {
background-color: #e8dbdd;
}
.white-lilac {
background-color: #efe7e7;
}
.silver-peony {
background-color: #dad6db;
}
.rosily {
background-color: #f0e3e4;
}
.rosebud {
background-color: #e0cdd1;
}
.anemone {
background-color: #f0e2e4;
}
.wallflower {
background-color: #dbcfd4;
}
.organdy {
background-color: #e0d2d1;
}
.bridal-rose {
background-color: #ebe2df;
}