We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cee69 commit ac0456dCopy full SHA for ac0456d
projects/common/src/color/color.ts
@@ -4,7 +4,11 @@ export const enum Color {
4
Blue4 = '#2478ff',
5
Blue5 = '#0053d7',
6
Blue7 = '#003385',
7
+ BlueGray1 = '#70a7ff',
8
+ BlueGray2 = '#648fd2',
9
+ BlueGray3 = '#5777a4',
10
BlueGray4 = '#4b5f77',
11
+ BlueGray5 = '#3f474a',
12
Cloud1 = '#edf4f9',
13
Cloud2 = '#c7ddec',
14
Cloud3 = '#a1c5e0',
0 commit comments