-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy paththeme.json
More file actions
38 lines (38 loc) · 734 Bytes
/
theme.json
File metadata and controls
38 lines (38 loc) · 734 Bytes
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
{
"primary": {
"DEFAULT": "#f18465",
"900": "#3f1206",
"800": "#7d240c",
"700": "#bc3611",
"600": "#eb5126",
"500": "#f18465",
"400": "#f49c84",
"300": "#f6b5a3",
"200": "#f9cec1",
"100": "#fce6e0"
},
"secondary": {
"DEFAULT": "#5399ae",
"900": "#101e23",
"800": "#213d45",
"700": "#315b68",
"600": "#417a8b",
"500": "#5399ae",
"400": "#74adbe",
"300": "#97c1ce",
"200": "#bad6de",
"100": "#dceaef"
},
"neutral": {
"DEFAULT": "#eeeced",
"900": "#322d2f",
"800": "#65595f",
"700": "#95888e",
"600": "#c2babe",
"500": "#eeeced",
"400": "#f2f0f1",
"300": "#f5f4f4",
"200": "#f8f7f8",
"100": "#fcfbfb"
}
}