Skip to content

Commit

Permalink
chore: Update yellow colors to match nr1 color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 30, 2020
1 parent f0685e5 commit 5d8f4d7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/components/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@
--color-green-800: #0d290a;
--color-green-900: #021200;

--color-yellow-050: #fffde7;
--color-yellow-100: #fff9c4;
--color-yellow-200: #fff59d;
--color-yellow-300: #fff176;
--color-yellow-400: #ffee58;
--color-yellow-500: #ffeb3b;
--color-yellow-600: #fdd835;
--color-yellow-700: #fbc02d;
--color-yellow-800: #f9a825;
--color-yellow-900: #f57f17;
--color-yellow-050: #f9faec;
--color-yellow-100: #fff9cc;
--color-yellow-200: #fff089;
--color-yellow-300: #f3e66a;
--color-yellow-400: #f0d100;
--color-yellow-500: #ccb100;
--color-yellow-600: #8a7800;
--color-yellow-700: #473e00;
--color-yellow-800: #262100;
--color-yellow-900: #141100;

--color-teal-050: #f1fbfc;
--color-teal-100: #d2f3f6;
Expand Down

0 comments on commit 5d8f4d7

Please sign in to comment.