Skip to content

Commit 11ade91

Browse files
authored
Merge branch 'main' into chart-color-per-data-point
2 parents 53e5fe1 + 89cf9f1 commit 11ade91

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

projects/common/src/color/color.ts

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ export const enum Color {
55
Blue5 = '#0053d7',
66
Blue7 = '#003385',
77
BlueGray4 = '#4b5f77',
8+
Cloud1 = '#edf4f9',
9+
Cloud2 = '#c7ddec',
10+
Cloud3 = '#a1c5e0',
811
Gray1 = '#f4f5f5',
912
Gray2 = '#e1e4e5',
1013
Gray3 = '#b7bfc2',
1114
Gray4 = '#889499',
1215
Gray5 = '#657277',
16+
Gray6 = '#40474a',
1317
Gray7 = '#272c2e',
18+
Gray8 = '#171a1c',
1419
Gray9 = '#080909',
1520
Green2 = '#c3f3db',
1621
Green3 = '#95eabe',
@@ -26,9 +31,21 @@ export const enum Color {
2631
Red1 = '#fff3f1',
2732
Red2 = '#fecac2',
2833
Red3 = '#FEA395',
34+
Red4 = '#fd7c68',
2935
Red5 = '#FD5138',
3036
Red6 = '#F72202',
37+
Red7 = '#bb1902',
38+
Red8 = '#6a0e01',
39+
Red9 = '#140300',
3140
Brown1 = '#9e4c41',
3241
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'
3451
}

0 commit comments

Comments
 (0)