Skip to content

Commit

Permalink
tokens: introduce blue-gray tokens to design system (#520)
Browse files Browse the repository at this point in the history
Introduces a few new color tokens to the design system for use in Onboarding on Cockroach Cloud. Also introduces a teal used for highlighting text and icons.

Release note: None
  • Loading branch information
lassenordahl committed May 30, 2023
1 parent 6b56138 commit 6ea2f27
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/design-tokens/tokens/color/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
"3": { "value": "#ff3b4e" },
"4": { "value": "#c32534" },
"5": { "value": "#99000f" }
},
"blue-gray": {
"1": { "value": "#828391" },
"2": { "value": "#696b7b" },
"3": { "value": "#56586a" },
"4": { "value": "#3b3e53" },
"5": { "value": "#131522" }
}
}
},
Expand All @@ -65,6 +72,7 @@
"deep-purple": { "value": "#190f33" },
"action-purple": { "value": "#b921f1" },
"light-purple": { "value": "#f7d6ff" },
"electric-purple": { "value": "#6933ff" }
"electric-purple": { "value": "#6933ff" },
"electric-teal": { "value": "#58ffd2" }
}
}

0 comments on commit 6ea2f27

Please sign in to comment.