Skip to content

Commit ac0456d

Browse files
feat: adding colors
1 parent 79cee69 commit ac0456d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/common/src/color/color.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ export const enum Color {
44
Blue4 = '#2478ff',
55
Blue5 = '#0053d7',
66
Blue7 = '#003385',
7+
BlueGray1 = '#70a7ff',
8+
BlueGray2 = '#648fd2',
9+
BlueGray3 = '#5777a4',
710
BlueGray4 = '#4b5f77',
11+
BlueGray5 = '#3f474a',
812
Cloud1 = '#edf4f9',
913
Cloud2 = '#c7ddec',
1014
Cloud3 = '#a1c5e0',

0 commit comments

Comments
 (0)