-
Notifications
You must be signed in to change notification settings - Fork 0
/
hotpink.css
58 lines (45 loc) · 2.01 KB
/
hotpink.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-hotpink-50 { background-color: #ffe6f2; }
.text-hotpink-50 { color: #ffe6f2; }
.border-hotpink-50 { border-color: #ffe6f2; }
.outline-hotpink-50 { outline-color: #ffe6f2; }
.bg-hotpink-100 { background-color: #ffcde6; }
.text-hotpink-100 { color: #ffcde6; }
.border-hotpink-100 { border-color: #ffcde6; }
.outline-hotpink-100 { outline-color: #ffcde6; }
.bg-hotpink-200 { background-color: #ffb4d9; }
.text-hotpink-200 { color: #ffb4d9; }
.border-hotpink-200 { border-color: #ffb4d9; }
.outline-hotpink-200 { outline-color: #ffb4d9; }
.bg-hotpink-300 { background-color: #ff9bcd; }
.text-hotpink-300 { color: #ff9bcd; }
.border-hotpink-300 { border-color: #ff9bcd; }
.outline-hotpink-300 { outline-color: #ff9bcd; }
.bg-hotpink-400 { background-color: #ff82c0; }
.text-hotpink-400 { color: #ff82c0; }
.border-hotpink-400 { border-color: #ff82c0; }
.outline-hotpink-400 { outline-color: #ff82c0; }
.bg-hotpink-500 { background-color: #ff69b4; }
.text-hotpink-500 { color: #ff69b4; }
.border-hotpink-500 { border-color: #ff69b4; }
.outline-hotpink-500 { outline-color: #ff69b4; }
.bg-hotpink-600 { background-color: #d45796; }
.text-hotpink-600 { color: #d45796; }
.border-hotpink-600 { border-color: #d45796; }
.outline-hotpink-600 { outline-color: #d45796; }
.bg-hotpink-700 { background-color: #aa4678; }
.text-hotpink-700 { color: #aa4678; }
.border-hotpink-700 { border-color: #aa4678; }
.outline-hotpink-700 { outline-color: #aa4678; }
.bg-hotpink-800 { background-color: #7f345a; }
.text-hotpink-800 { color: #7f345a; }
.border-hotpink-800 { border-color: #7f345a; }
.outline-hotpink-800 { outline-color: #7f345a; }
.bg-hotpink-900 { background-color: #55233c; }
.text-hotpink-900 { color: #55233c; }
.border-hotpink-900 { border-color: #55233c; }
.outline-hotpink-900 { outline-color: #55233c; }
.bg-hotpink-950 { background-color: #2a111e; }
.text-hotpink-950 { color: #2a111e; }
.border-hotpink-950 { border-color: #2a111e; }
.outline-hotpink-950 { outline-color: #2a111e; }