diff --git a/tokens/base/color.yml b/tokens/base/color.yml index abf458b..f28e42f 100644 --- a/tokens/base/color.yml +++ b/tokens/base/color.yml @@ -143,3 +143,39 @@ basic-themes: value: "{color.basic.white.value}" heading: value: "{color.basic.white.value}" +button-cta-themes: + "one": + background: + value: "{color.blue.yale.value}" + text: + value: "{color.basic.white.value}" + "two": + background: + value: "{color.blue.athens.value}" + text: + value: "{color.basic.white.value}" + "three": + background: + value: "{color.blue.whipple.value}" + text: + value: "{color.basic.white.value}" + "four": + background: + value: "{color.blue.yarmouth.value}" + text: + value: "{color.basic.white.value}" + "five": + background: + value: "{color.gray.hale.value}" + text: + value: "{color.basic.white.value}" + "six": + background: + value: "{color.gray.800.value}" + text: + value: "{color.basic.white.value}" + "seven": + background: + value: "{color.blue.yale.value}" + text: + value: "{color.basic.white.value}"