Skip to content

Commit

Permalink
add purple to consts
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Jan 11, 2024
1 parent 5828a16 commit 64a526d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/src/helix-design-system/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ export const yellow20 = '#FDF3E2'
/**
* purple
*/

export const purple60 = '#562566'
export const purple55 = '#713187'
export const purple50 = '#893BA4'
export const purple40 = '#CEA4DF'
export const purple35 = '#DBBCE7'
export const purple30 = '#E6D5EC'
export const purple20 = '#F1E8F5'
/**
* blue
*/
Expand Down

0 comments on commit 64a526d

Please sign in to comment.