Skip to content

Commit

Permalink
feat(alias): add new brand colors (#3342)
Browse files Browse the repository at this point in the history
* feat: add new brand colors

* chore: add changeset

* chore: changeset update for core

---------

Co-authored-by: Simon Taggart <me@simontaggart.com>
  • Loading branch information
serifluous and SiTaggart committed Jul 24, 2023
1 parent ca7b8e6 commit 176b7a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/twelve-badgers-wink.md
@@ -0,0 +1,6 @@
---
'@twilio-paste/design-tokens': minor
'@twilio-paste/core': minor
---

Add new brand colors as aliases, sun and accents
7 changes: 6 additions & 1 deletion packages/paste-design-tokens/tokens/aliases/color.yml
@@ -1,8 +1,13 @@
aliases:
amaranth: "#F22F46"
amaranth-transparent-10: "rgba(242, 47, 70, 0.1)"
mint: "#6ADDB2"
amaranth-accent: "#F3465A"
black: "#000000"
ink-accent: "#17243B"
mint: "#6ADDB2"
paper-accent: "#FEF0E6"
saffron: "#F2BE5A"
sky: "#51A9E3"
sun: "#FF7A00"
white: "#FFFFFF"
white-accent: "#F6FBFE"

0 comments on commit 176b7a5

Please sign in to comment.