Skip to content

Commit d6515ee

Browse files
chore(tokens): Add warm/cool header contrast tokens (#3061)
* chore(tokens): Add warm/cool header contrast tokens * Add #
1 parent d843c97 commit d6515ee

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

design-tokens/palette-colors.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,18 @@ props:
115115
BRAND_HEADER_CONTRAST_INVERSE_ACTIVE:
116116
value: "#eeeeee"
117117
comment: "Active / Hover state of BRAND_HEADER_CONTRAST"
118+
BRAND_HEADER_CONTRAST_COOL:
119+
value: "#0B6493"
120+
comment: "Variant of BRAND_HEADER_CONTRAST that provides a cool color"
121+
BRAND_HEADER_CONTRAST_COOL_ACTIVE:
122+
value: "#0A547B"
123+
comment: "Active / Hover state of BRAND_HEADER_CONTRAST_COOL"
124+
BRAND_HEADER_CONTRAST_WARM:
125+
value: "#BF0201"
126+
comment: "Variant of BRAND_HEADER_CONTRAST that provides a warm color"
127+
BRAND_HEADER_CONTRAST_WARM_ACTIVE:
128+
value: "#920A0A"
129+
comment: "Active / Hover state of BRAND_HEADER_CONTRAST_WARM"
118130
BRAND_TEXT_LINK:
119131
value: "#0070D2"
120132
comment: "Primary text link brand color"

0 commit comments

Comments
 (0)