Skip to content

Commit

Permalink
Add additional colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Oct 31, 2024
1 parent ba2fa84 commit 1ab43b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/css/ui/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,25 @@
--color-gray-lighten-100: #ffffff;

/* Pinks */
--color-pink-0: #E51022
--color-pink-0-25pct: rgba(229, 16, 34, 1, 0.25);
--color-pink-1: #ff4756;
--color-pink-1-25pct: rgba(255, 71, 86, 0.25);
--color-pink-2: #ff6c78;
--color-pink-3: #ff9ba3;
--color-pink-4: #ffc1c6;
--color-pink-5: #feeef0;

/* Greens */
--color-green-0: #10733A;
--color-green-1: #27ae60;
--color-green-2: #52d188;
--color-green-3: #88f3b5;
--color-green-4: #c6ffde;
--color-green-5: #e8f8ef;

/* Blues */
--color-blue-0: #0B3880;
--color-blue-1: #225ebe;
--color-blue-2: #5695f4;
--color-blue-2-25pct: rgba(85, 149, 255, 0.25);
Expand All @@ -67,10 +72,12 @@
--color-orange-5: #fff7df;

/* Purples */
/* TODO: SHIFT THESE, 1 should be 0, 2 should be 1 etc.. */
--color-purple-1: #55377b;
--color-purple-2: #734da3;
--color-purple-3: #9a76c8;
--color-purple-3-25pct: rgba(198, 168, 236, 0.25);
--color-purple-4: #c6a8ec;
--color-purple-5: #e2ccfd;
--color-purple-6: #F1E5FF;
}

0 comments on commit 1ab43b6

Please sign in to comment.