diff --git a/src/colors.js b/src/colors.js new file mode 100644 index 0000000..4e20f70 --- /dev/null +++ b/src/colors.js @@ -0,0 +1,10 @@ +export const colors = { + greyLighter: '#EBEEF2', + greyLight: '#D0D5D9', + grey: '#B0B7BF', + greyDark: '#9CA1A6', + blueGrey: '#C5CCD9', + redLight: '#BF2431', + red: '#A60303', + redDark: '#590C13', +};