File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
projects/common/src/color Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,17 @@ export const enum Color {
5
5
Blue5 = '#0053d7' ,
6
6
Blue7 = '#003385' ,
7
7
BlueGray4 = '#4b5f77' ,
8
+ Cloud1 = '#edf4f9' ,
9
+ Cloud2 = '#c7ddec' ,
10
+ Cloud3 = '#a1c5e0' ,
8
11
Gray1 = '#f4f5f5' ,
9
12
Gray2 = '#e1e4e5' ,
10
13
Gray3 = '#b7bfc2' ,
11
14
Gray4 = '#889499' ,
12
15
Gray5 = '#657277' ,
16
+ Gray6 = '#40474a' ,
13
17
Gray7 = '#272c2e' ,
18
+ Gray8 = '#171a1c' ,
14
19
Gray9 = '#080909' ,
15
20
Green2 = '#c3f3db' ,
16
21
Green3 = '#95eabe' ,
@@ -26,9 +31,21 @@ export const enum Color {
26
31
Red1 = '#fff3f1' ,
27
32
Red2 = '#fecac2' ,
28
33
Red3 = '#FEA395' ,
34
+ Red4 = '#fd7c68' ,
29
35
Red5 = '#FD5138' ,
30
36
Red6 = '#F72202' ,
37
+ Red7 = '#bb1902' ,
38
+ Red8 = '#6a0e01' ,
39
+ Red9 = '#140300' ,
31
40
Brown1 = '#9e4c41' ,
32
41
White = '#FFFFFF' ,
33
- Yellow4 = '#FFE566'
42
+ Yellow1 = '#fffbeb' ,
43
+ Yellow2 = '#fff4c2' ,
44
+ Yellow3 = '#ffed94' ,
45
+ Yellow4 = '#FFE566' ,
46
+ Yellow5 = '#ffdd3a' ,
47
+ Yellow6 = '#facf00' ,
48
+ Yellow7 = '#bd9d00' ,
49
+ Yellow8 = '#6d5b00' ,
50
+ Yellow9 = '#181400'
34
51
}
You can’t perform that action at this time.
0 commit comments