-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpalette.json
122 lines (122 loc) · 4.73 KB
/
palette.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
[
{
"paletteName": "yellow",
"swatches": [
{ "name": "yellow-1", "color": "#060300" },
{ "name": "yellow-2", "color": "#0b0700" },
{ "name": "yellow-5", "color": "#171000" },
{ "name": "yellow-10", "color": "#241a00" },
{ "name": "yellow-20", "color": "#3d2f00" },
{ "name": "yellow-30", "color": "#584400" },
{ "name": "yellow-40", "color": "#745b00" },
{ "name": "yellow-50", "color": "#927300" },
{ "name": "yellow-60", "color": "#b18c00" },
{ "name": "yellow-70", "color": "#cfa61e" },
{ "name": "yellow-80", "color": "#edc13b" },
{ "name": "yellow-90", "color": "#ffe08e" },
{ "name": "yellow-95", "color": "#ffefce" },
{ "name": "yellow-98", "color": "#fff8f1" },
{ "name": "yellow-99", "color": "#fffbff" }
]
},
{
"paletteName": "pink",
"swatches": [
{ "name": "pink-1", "color": "#0e0006" },
{ "name": "pink-2", "color": "#18000c" },
{ "name": "pink-5", "color": "#2a0019" },
{ "name": "pink-10", "color": "#390525" },
{ "name": "pink-20", "color": "#541c3a" },
{ "name": "pink-30", "color": "#6e3251" },
{ "name": "pink-40", "color": "#8a496a" },
{ "name": "pink-50", "color": "#a76183" },
{ "name": "pink-60", "color": "#c47a9d" },
{ "name": "pink-70", "color": "#e194b8" },
{ "name": "pink-80", "color": "#ffafd3" },
{ "name": "pink-90", "color": "#ffd8e7" },
{ "name": "pink-95", "color": "#ffecf2" },
{ "name": "pink-98", "color": "#fff8f8" },
{ "name": "pink-99", "color": "#fffbff" }
]
},
{
"paletteName": "leather",
"swatches": [
{ "name": "leather-1", "color": "#090300" },
{ "name": "leather-2", "color": "#100500" },
{ "name": "leather-5", "color": "#1e0c00" },
{ "name": "leather-10", "color": "#2e1500" },
{ "name": "leather-20", "color": "#4c2700" },
{ "name": "leather-30", "color": "#6c3a00" },
{ "name": "leather-40", "color": "#8b5010" },
{ "name": "leather-50", "color": "#a86828" },
{ "name": "leather-60", "color": "#c6813f" },
{ "name": "leather-70", "color": "#e59b56" },
{ "name": "leather-80", "color": "#ffb878" },
{ "name": "leather-90", "color": "#ffdcc1" },
{ "name": "leather-95", "color": "#ffeee2" },
{ "name": "leather-98", "color": "#fff8f5" },
{ "name": "leather-99", "color": "#fffbff" }
]
},
{
"paletteName": "green",
"swatches": [
{ "name": "green-1", "color": "#000500" },
{ "name": "green-2", "color": "#000a01" },
{ "name": "green-5", "color": "#001502" },
{ "name": "green-10", "color": "#002203" },
{ "name": "green-20", "color": "#163715" },
{ "name": "green-30", "color": "#2c4f29" },
{ "name": "green-40", "color": "#43673f" },
{ "name": "green-50", "color": "#5c8056" },
{ "name": "green-60", "color": "#759a6e" },
{ "name": "green-70", "color": "#8eb587" },
{ "name": "green-80", "color": "#a9d1a1" },
{ "name": "green-90", "color": "#c4eebb" },
{ "name": "green-95", "color": "#d2fcc9" },
{ "name": "green-98", "color": "#ecffe4" },
{ "name": "green-99", "color": "#f6ffef" }
]
},
{
"paletteName": "blue",
"swatches": [
{ "name": "blue-1", "color": "#010310" },
{ "name": "blue-2", "color": "#030715" },
{ "name": "blue-5", "color": "#0b111f" },
{ "name": "blue-10", "color": "#161b2a" },
{ "name": "blue-20", "color": "#2b3040" },
{ "name": "blue-30", "color": "#414657" },
{ "name": "blue-40", "color": "#595e6f" },
{ "name": "blue-50", "color": "#717789" },
{ "name": "blue-60", "color": "#8b90a2" },
{ "name": "blue-70", "color": "#a6abbd" },
{ "name": "blue-80", "color": "#c1c6d9" },
{ "name": "blue-90", "color": "#dde2f6" },
{ "name": "blue-95", "color": "#eef0ff" },
{ "name": "blue-98", "color": "#faf8ff" },
{ "name": "blue-99", "color": "#fefbff" }
]
},
{
"paletteName": "gray",
"swatches": [
{ "name": "gray-1", "color": "#030306" },
{ "name": "gray-2", "color": "#07070b" },
{ "name": "gray-5", "color": "#111015" },
{ "name": "gray-10", "color": "#1b1b20" },
{ "name": "gray-20", "color": "#303035" },
{ "name": "gray-30", "color": "#47464b" },
{ "name": "gray-40", "color": "#5f5e63" },
{ "name": "gray-50", "color": "#78767c" },
{ "name": "gray-60", "color": "#929096" },
{ "name": "gray-70", "color": "#adaab0" },
{ "name": "gray-80", "color": "#c8c5cc" },
{ "name": "gray-90", "color": "#e5e1e8" },
{ "name": "gray-95", "color": "#f3eff6" },
{ "name": "gray-98", "color": "#fcf8ff" },
{ "name": "gray-99", "color": "#fffbff" }
]
}
]