Skip to content

Commit

Permalink
Add color tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 8, 2023
1 parent 73615cb commit 6e4cac8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/tokens/src/tokens/colors.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
{
"color": {
"primary": {
"alt": {
"lightest": {
"value": "#e1f3f8"
}
}
},
"secondary": {
"lightest": {
"value": "#f9dede"
}
},
"white": {
"value": "#fff",
"attributes": {
"category": "color"
}
},
"black": {
"value": "#000000"
},
"gray": {
"*": {
"value": "#5b616b",
Expand Down Expand Up @@ -197,6 +212,21 @@
"cool-light"
]
}
},
"uswds-system-color-blue-vivid-60": {
"value": "#005ea2"
},
"uswds-system-color-blue-warm-vivid-80": {
"value": "#162e51"
},
"uswds-system-color-red-vivid-40": {
"value": "#b50909"
},
"uswds-system-color-red-vivid-60": {
"value": "#b50909"
},
"uswds-system-color-red-vivid-80": {
"value": "#b50909"
}
}
}

0 comments on commit 6e4cac8

Please sign in to comment.