Skip to content

Commit

Permalink
feat: add new blue colors (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB authored Oct 21, 2024
1 parent 36f730e commit a09b75b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions designTokens/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export const color: DesignTokens = {
midnight: {
value: 'rgba(21,21,21,1)',
},
blue: {
value: 'rgba(45,50,125,1)',
},
charcoal: {
value: 'rgba(33,33,33,1)',
},
Expand Down Expand Up @@ -154,6 +157,15 @@ export const color: DesignTokens = {
red150: {
value: 'rgba(162,0,19,1)',
},
royal: {
value: 'rgba(6,52,139,1)',
},
royal125: {
value: 'rgba(3,38,104,1)',
},
royal150: {
value: 'rgba(2,28,78,1)',
},
white: {
value: 'rgba(255,255,255,1)',
},
Expand Down

0 comments on commit a09b75b

Please sign in to comment.