Skip to content

Commit

Permalink
chore(tokens): Add warm/cool header contrast tokens (#3061)
Browse files Browse the repository at this point in the history
* chore(tokens): Add warm/cool header contrast tokens

* Add #
  • Loading branch information
brandonferrua authored Feb 8, 2018
1 parent d843c97 commit d6515ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions design-tokens/palette-colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,18 @@ props:
BRAND_HEADER_CONTRAST_INVERSE_ACTIVE:
value: "#eeeeee"
comment: "Active / Hover state of BRAND_HEADER_CONTRAST"
BRAND_HEADER_CONTRAST_COOL:
value: "#0B6493"
comment: "Variant of BRAND_HEADER_CONTRAST that provides a cool color"
BRAND_HEADER_CONTRAST_COOL_ACTIVE:
value: "#0A547B"
comment: "Active / Hover state of BRAND_HEADER_CONTRAST_COOL"
BRAND_HEADER_CONTRAST_WARM:
value: "#BF0201"
comment: "Variant of BRAND_HEADER_CONTRAST that provides a warm color"
BRAND_HEADER_CONTRAST_WARM_ACTIVE:
value: "#920A0A"
comment: "Active / Hover state of BRAND_HEADER_CONTRAST_WARM"
BRAND_TEXT_LINK:
value: "#0070D2"
comment: "Primary text link brand color"
Expand Down

0 comments on commit d6515ee

Please sign in to comment.