Skip to content

Commit

Permalink
chore: Slightly adjust grey and blue brand colors (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Jan 12, 2024
1 parent f5f3791 commit 2955915
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proprietary/tokens/src/brand/amsterdam/color.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"amsterdam": {
"color": {
"primary-black": { "value": "#000000" },
"primary-white": { "value": "#ffffff" },
"primary-white": { "value": "#FFFFFF" },
"primary-blue": { "value": "#004699" },
"primary-red": { "value": "#EC0000" },
"dark-blue": { "value": "#102E62" },
"orange": { "value": "#FF9100" },
"yellow": { "value": "#FFE600" },
"green": { "value": "#BED200" },
"dark-green": { "value": "#00A03C" },
"blue": { "value": "#009DEC" },
"blue": { "value": "#009DE6" },
"purple": { "value": "#A00078" },
"magenta": { "value": "#E50082" },
"neutral-grey1": { "value": "#E6E6E6" },
"neutral-grey2": { "value": "#B4B4B4" },
"neutral-grey1": { "value": "#E8E8E8" },
"neutral-grey2": { "value": "#BEBEBE" },
"neutral-grey3": { "value": "#767676" },
"neutral-grey4": { "value": "#323232" }
}
Expand Down

0 comments on commit 2955915

Please sign in to comment.