Add colors
This commit is contained in:
parent
a6b755acca
commit
4b6c70c297
1 changed files with 10 additions and 0 deletions
10
src/colors.js
Normal file
10
src/colors.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export const colors = {
|
||||
greyLighter: '#EBEEF2',
|
||||
greyLight: '#D0D5D9',
|
||||
grey: '#B0B7BF',
|
||||
greyDark: '#9CA1A6',
|
||||
blueGrey: '#C5CCD9',
|
||||
redLight: '#BF2431',
|
||||
red: '#A60303',
|
||||
redDark: '#590C13',
|
||||
};
|
||||
Reference in a new issue