Change colour scale

This commit is contained in:
Oliver Davies 2019-03-10 00:31:37 +00:00
parent 03868807e1
commit 308210965e
5 changed files with 30 additions and 30 deletions

View file

@ -6,23 +6,23 @@ module.exports = {
'60': 'rgba(0, 0, 0, .6)',
},
blue: {
default: '#3490dc',
dark: '#2779bd',
light: '#bcdefa',
'10': '#bcdefa',
'20': '#3490dc',
'30': '#2779bd',
},
'green': {
default: '#77B159',
dark: '#325E1C',
light: '#CDE2C2',
lighter: '#F3FAEE',
green: {
'10': '#F3FAEE',
'20': '#CDE2C2',
'30': '#77B159',
'40': '#325E1C',
},
'grey': {
default: '#b8c2cc',
dark: '#8795a1',
darkest: '#3d4852',
light: '#dae1e7',
lighter: '#f0f0f0',
lightest: '#F6F6F2',
grey: {
'10': '#F6F6F2',
'20': '#f0f0f0',
'30': '#dae1e7',
'40': '#b8c2cc',
'50': '#8795a1',
'60': '#3d4852',
},
'transparent': 'transparent',
'white': '#ffffff',