-
Notifications
You must be signed in to change notification settings - Fork 0
/
avatarSkinColors.json
86 lines (86 loc) · 1.17 KB
/
avatarSkinColors.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
[
{
"id": 1,
"seq": 1,
"name": "White",
"colorCode": "#f1f1f1"
},
{
"id": 2,
"seq": 2,
"name": "Red",
"colorCode": "#ffc1ca"
},
{
"id": 3,
"seq": 3,
"name": "Orange",
"colorCode": "#ffe4c7"
},
{
"id": 4,
"seq": 4,
"name": "Yellow",
"colorCode": "#fffbbc"
},
{
"id": 5,
"seq": 5,
"name": "Lime",
"colorCode": "#dffec6"
},
{
"id": 6,
"seq": 6,
"name": "Green",
"colorCode": "#c4fbe7"
},
{
"id": 7,
"seq": 7,
"name": "Sky Blue",
"colorCode": "#bdeffd"
},
{
"id": 8,
"seq": 8,
"name": "Blue",
"colorCode": "#c7daff"
},
{
"id": 9,
"seq": 9,
"name": "Purple",
"colorCode": "#ecd2ff"
},
{
"id": 10,
"seq": 10,
"name": "Pink",
"colorCode": "#ffd9f2"
},
{
"id": 11,
"seq": 11,
"name": "Gray",
"colorCode": "#dddddd"
},
{
"id": 12,
"seq": 12,
"name": "Light Beige",
"colorCode": "#fff2ed"
},
{
"id": 13,
"seq": 13,
"name": "Natural Beige",
"colorCode": "#ffdfd3"
},
{
"id": 14,
"seq": 14,
"name": "Beige",
"colorCode": "#f0c3b5"
}
]