Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
feat(colors): add new green and red scale colors
Browse files Browse the repository at this point in the history
  • Loading branch information
erictaylor committed Mar 2, 2022
1 parent 944a95b commit 20007c6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/primitives/colorPrimitives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,22 @@ export const colorPrimitives = {
gray70: '#646464',
gray80: '#515151',
gray90: '#333333',
green10: '#f0f7ee',
green20: '#e0efde',
green30: '#d1e6ce',
green40: '#c2debd',
green50: '#b3d6ad',
green60: '#a3ce9c',
green70: '#94c68c',
overlay10: 'rgba(19,19,19,0.5)',
overlay20: 'rgba(0,0,0,0.77)',
red10: '#fcefed',
red20: '#f9dfdc',
red30: '#f6cfcb',
red40: '#f3bfb9',
red50: '#f0b0a7',
red60: '#eca096',
red70: '#e99084',
socialInvision: '#dc395f',
socialReact: '#53c1de',
socialTwitter: '#4aa1eb',
Expand Down

0 comments on commit 20007c6

Please sign in to comment.