Add colors

This commit is contained in:
Dennis Schoepf 2021-07-14 12:07:21 +02:00
parent a6b755acca
commit 4b6c70c297

10
src/colors.js Normal file
View file

@ -0,0 +1,10 @@
export const colors = {
greyLighter: '#EBEEF2',
greyLight: '#D0D5D9',
grey: '#B0B7BF',
greyDark: '#9CA1A6',
blueGrey: '#C5CCD9',
redLight: '#BF2431',
red: '#A60303',
redDark: '#590C13',
};