Update home page with more color contrast for grey

This commit is contained in:
emelko
2020-09-20 15:53:34 +02:00
parent 4f4dc85f8c
commit b429954ad2
2 changed files with 13 additions and 10 deletions
+4 -4
View File
@@ -13,12 +13,12 @@ const orangeColor = '#bc6642'
const mintColor = '#6ca299'
export default {
greyDark: '#A5A5A5',
grey: '#D2D2D2',
greyLight: '#F2F2F2',
greyDark: '#555',
grey: '#888',
greyLight: '#CCC',
orange: '#F38337',
purple: '#3A2671',
purpleLight: '#5D4F8A',
purpleLight: '#938EB2',
tourquiseDark: '#69CBC1',
tourquise: '#CFECEA',
tourquiseLight: '#E9F2ED',