Skip to content

Commit

Permalink
Add trendingBlue and aiGreen harmony colors (#8762)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored Jun 7, 2024
1 parent 27cf658 commit 7720c6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/harmony/src/foundations/color/primitive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export const primitiveTheme = {
darkRed: '#BB0218',
green: '#0F9E48',
lightGreen: '#13C65A',
trendingBlue: '#216FDC',
aiGreen: '#1FD187',
gradient: 'linear-gradient(315deg, #5b23e1 0%, #a22feb 100%)'
}
},
Expand Down Expand Up @@ -97,6 +99,8 @@ export const primitiveTheme = {
darkRed: '#C43047',
green: '#6CDF44',
lightGreen: '#13C65A',
trendingBlue: '#216FDC',
aiGreen: '#1FD187',
gradient: 'linear-gradient(315deg, #7652cc 0%, #b05ce6 100%)'
}
},
Expand Down Expand Up @@ -147,6 +151,8 @@ export const primitiveTheme = {
darkRed: '#C43047',
green: '#6CDF44',
lightGreen: '#13C65A',
trendingBlue: '#216FDC',
aiGreen: '#1FD187',
gradient: 'linear-gradient(323.08deg, #4FF069 36.13%, #09BD51 133.51%)'
}
}
Expand Down

0 comments on commit 7720c6f

Please sign in to comment.