-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemo-ci-colors.json
150 lines (150 loc) · 2.23 KB
/
demo-ci-colors.json
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
[
{
"name": "Light Pink",
"rgb": [255, 176, 193]
},
{
"name": "Cyclamen",
"rgb": [243, 116, 174]
},
{
"name": "Light Crimson",
"rgb": [234, 99, 140]
},
{
"name": "Purple Taupe",
"rgb": [82, 65, 76]
},
{
"name": "Tulip",
"rgb": [246, 130, 140]
},
{
"name": "Black",
"rgb": [0, 0, 0]
},
{
"name": "Electromagnetic",
"rgb": [47, 54, 64]
},
{
"name": "Dracula Orchid",
"rgb": [45, 52, 54]
},
{
"name": "Blue Nights",
"rgb": [53, 59, 72]
},
{
"name": "American River",
"rgb": [99, 110, 114]
},
{
"name": "Soothing Breeze",
"rgb": [178, 190, 195]
},
{
"name": "City Lights",
"rgb": [223, 228, 234]
},
{
"name": "Concrete",
"rgb": [149, 165, 166]
},
{
"name": "Asbestos",
"rgb": [127, 140, 141]
},
{
"name": "Clouds",
"rgb": [236, 240, 241]
},
{
"name": "Silver",
"rgb": [189, 195, 199]
},
{
"name": "Lynx White",
"rgb": [245, 246, 250]
},
{
"name": "White",
"rgb": [255, 255, 255]
},
{
"name": "Swan White",
"rgb": [247, 241, 227]
},
{
"name": "Isabelline",
"rgb": [236, 236, 236]
},
{
"name": "Arsenic",
"rgb": [68, 68, 68]
},
{
"name": "Summer Sky",
"rgb": [52, 172, 224]
},
{
"name": "Devil Blue",
"rgb": [34, 112, 147]
},
{
"name": "Mandarin Sorbet",
"rgb": [255, 177, 66]
},
{
"name": "Alameda Ochre",
"rgb": [204, 142, 53]
},
{
"name": "Celestial Green",
"rgb": [51, 217, 178]
},
{
"name": "Palm Springs Splash",
"rgb": [33, 140, 116]
},
{
"name": "Spiced Butternut",
"rgb": [255, 218, 121]
},
{
"name": "Desert",
"rgb": [204, 174, 98]
},
{
"name": "Jacksons Purple",
"rgb": [64, 64, 122]
},
{
"name": "Lucky Point",
"rgb": [44, 44, 84]
},
{
"name": "Fluorescent Red",
"rgb": [255, 82, 82]
},
{
"name": "Eye Of Newt",
"rgb": [179, 57, 57]
},
{
"name": "C64 Purple",
"rgb": [112, 111, 211]
},
{
"name": "Liberty",
"rgb": [71, 71, 135]
},
{
"name": "Synthetic Pumpkin",
"rgb": [255, 121, 63]
},
{
"name": "Chilean Fire",
"rgb": [205, 97, 51]
}
]