From d6515ee0942fa39530e7214b51fedd80658bdfae Mon Sep 17 00:00:00 2001 From: Brandon Ferrua <bferrua@gmail.com> Date: Wed, 7 Feb 2018 17:50:03 -0800 Subject: [PATCH] chore(tokens): Add warm/cool header contrast tokens (#3061) * chore(tokens): Add warm/cool header contrast tokens * Add # --- design-tokens/palette-colors.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/design-tokens/palette-colors.yml b/design-tokens/palette-colors.yml index 9732a4726e..0f087d98c3 100644 --- a/design-tokens/palette-colors.yml +++ b/design-tokens/palette-colors.yml @@ -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"