Skip to content

Commit 6b811a7

Browse files
authored
feat: add new colors (#1062)
1 parent 4d289dd commit 6b811a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/common/src/color/color.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ export const enum Color {
2424
Green2 = '#c3f3db',
2525
Green3 = '#95eabe',
2626
Green5 = '#27C675',
27+
Orange1 = '#FFF4EB',
2728
Orange3 = '#FDC088',
2829
Orange4 = '#fca555',
2930
Orange5 = '#fb8b24',
31+
Purple1 = '#FCF4FD',
3032
Purple2 = '#f2d0f5',
3133
Purple3 = '#E295E9',
3234
Purple4 = '#CB41D8',

0 commit comments

Comments
 (0)