-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
55 lines (55 loc) · 1.08 KB
/
data.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
{
"palettes":
[
{
"id": 1,
"colors": [
"#CCD5AE",
"#E9EDC9",
"#FEFAE0",
"#FAEDCD",
"#D4A373"
]
},
{
"id": 2,
"colors": [
"#F08080",
"#F4978E",
"#F8AD9D",
"#FBC4AB",
"#FFDAB9"
]
},
{
"id": 3,
"colors": [
"#736CED",
"#9F9FED",
"#D4C1EC",
"#F2DFD7",
"#FEF9FF"
]
},
{
"id": 4,
"colors": [
"#EDEEC9",
"#DDE7C7",
"#BFD8BD",
"#98C9A3",
"#77BFA3"
]
},
{
"id": 5,
"colors": [
"#F9DC5C",
"#FAE588",
"#FBEA9E",
"#FCEFB4",
"#FDF8E1"
]
}
]
}