This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
photon-colors.json
93 lines (93 loc) · 2.14 KB
/
photon-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
{
"magenta": {
"50": {"hex": "#ff1ad9"},
"60": {"hex": "#ed00b5"},
"70": {"hex": "#b5007f"},
"80": {"hex": "#7d004f"},
"90": {"hex": "#440027"}
},
"purple": {
"30": {"hex": "#c069ff"},
"40": {"hex": "#ad3bff"},
"50": {"hex": "#9400ff"},
"60": {"hex": "#8000d7"},
"70": {"hex": "#6200a4"},
"80": {"hex": "#440071"},
"90": {"hex": "#25003e"}
},
"blue": {
"40": {"hex": "#45a1ff"},
"50": {"hex": "#0a84ff",
"opacity": ["30"]
},
"60": {"hex": "#0060df"},
"70": {"hex": "#003eaa"},
"80": {"hex": "#002275"},
"90": {"hex": "#000f40"}
},
"teal": {
"50": {"hex": "#00feff"},
"60": {"hex": "#00c8d7"},
"70": {"hex": "#008ea4"},
"80": {"hex": "#005a71"},
"90": {"hex": "#002d3e"}
},
"green": {
"50": {"hex": "#30e60b"},
"60": {"hex": "#12bc00"},
"70": {"hex": "#058b00"},
"80": {"hex": "#006504"},
"90": {"hex": "#003706"}
},
"yellow": {
"50": {"hex": "#ffe900"},
"60": {"hex": "#d7b600",
"opacity": ["30"]
},
"70": {"hex": "#a47f00"},
"80": {"hex": "#715100"},
"90": {"hex": "#3e2800"}
},
"red": {
"50": {"hex": "#ff0039"},
"60": {"hex": "#d70022",
"opacity": ["30"]
},
"70": {"hex": "#a4000f"},
"80": {"hex": "#5a0002"},
"90": {"hex": "#3e0200"}
},
"orange": {
"50": {"hex": "#ff9400"},
"60": {"hex": "#d76e00"},
"70": {"hex": "#a44900"},
"80": {"hex": "#712b00"},
"90": {"hex": "#3e1300"}
},
"grey": {
"10": {"hex": "#f9f9fa",
"opacity": ["10", "20", "40", "60", "80"]
},
"20": {"hex": "#ededf0"},
"30": {"hex": "#d7d7db"},
"40": {"hex": "#b1b1b3"},
"50": {"hex": "#737373"},
"60": {"hex": "#4a4a4f"},
"70": {"hex": "#38383d"},
"80": {"hex": "#2a2a2e"},
"90": {"hex": "#0c0c0d",
"opacity": ["05", "10", "20", "30", "40", "50", "60", "70", "80", "90"]
}
},
"ink": {
"40": {"hex": "#7175A8"},
"50": {"hex": "#595E91"},
"60": {"hex": "#464B76"},
"70": {"hex": "#363959"},
"80": {"hex": "#202340"},
"90": {"hex": "#0f1126"}
},
"white": {
"100": {"hex": "#ffffff"}
}
}