Skip to content

Commit

Permalink
fix the mixed up color hex values
Browse files Browse the repository at this point in the history
Signed-off-by: flynnduism <dev@ronan.design>
  • Loading branch information
flynnduism committed Dec 18, 2020
1 parent 3b033bb commit bd24709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions art/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ AKRI's wordmark uses rounded, playful lettering. Ideally complimentary text shou
Brand only (not for text):

```
$purplebrand: #78FFC9;
$greenbrand: #3E446F;
$purplebrand: #3E446F;
$greenbrand: #78FFC9;
$greenshade: #8CCFCE;
$purpleshade: #524886;
```
Expand Down

0 comments on commit bd24709

Please sign in to comment.