-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwheat.css
58 lines (45 loc) · 1.92 KB
/
wheat.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
/* github: https://github.com/iaseth/html-color-names */
.bg-wheat-50 { background-color: #fdf9f2; }
.text-wheat-50 { color: #fdf9f2; }
.border-wheat-50 { border-color: #fdf9f2; }
.outline-wheat-50 { outline-color: #fdf9f2; }
.bg-wheat-100 { background-color: #fbf4e5; }
.text-wheat-100 { color: #fbf4e5; }
.border-wheat-100 { border-color: #fbf4e5; }
.outline-wheat-100 { outline-color: #fbf4e5; }
.bg-wheat-200 { background-color: #faeed9; }
.text-wheat-200 { color: #faeed9; }
.border-wheat-200 { border-color: #faeed9; }
.outline-wheat-200 { outline-color: #faeed9; }
.bg-wheat-300 { background-color: #f8e9cc; }
.text-wheat-300 { color: #f8e9cc; }
.border-wheat-300 { border-color: #f8e9cc; }
.outline-wheat-300 { outline-color: #f8e9cc; }
.bg-wheat-400 { background-color: #f6e3bf; }
.text-wheat-400 { color: #f6e3bf; }
.border-wheat-400 { border-color: #f6e3bf; }
.outline-wheat-400 { outline-color: #f6e3bf; }
.bg-wheat-500 { background-color: #f5deb3; }
.text-wheat-500 { color: #f5deb3; }
.border-wheat-500 { border-color: #f5deb3; }
.outline-wheat-500 { outline-color: #f5deb3; }
.bg-wheat-600 { background-color: #ccb995; }
.text-wheat-600 { color: #ccb995; }
.border-wheat-600 { border-color: #ccb995; }
.outline-wheat-600 { outline-color: #ccb995; }
.bg-wheat-700 { background-color: #a39477; }
.text-wheat-700 { color: #a39477; }
.border-wheat-700 { border-color: #a39477; }
.outline-wheat-700 { outline-color: #a39477; }
.bg-wheat-800 { background-color: #7a6f59; }
.text-wheat-800 { color: #7a6f59; }
.border-wheat-800 { border-color: #7a6f59; }
.outline-wheat-800 { outline-color: #7a6f59; }
.bg-wheat-900 { background-color: #514a3b; }
.text-wheat-900 { color: #514a3b; }
.border-wheat-900 { border-color: #514a3b; }
.outline-wheat-900 { outline-color: #514a3b; }
.bg-wheat-950 { background-color: #28251d; }
.text-wheat-950 { color: #28251d; }
.border-wheat-950 { border-color: #28251d; }
.outline-wheat-950 { outline-color: #28251d; }