Update colour scale

This commit is contained in:
Oliver Davies 2019-03-21 00:29:08 +00:00
parent d92dad2088
commit f006724abc

View file

@ -6,24 +6,24 @@ module.exports = {
inherit: 'inherit', inherit: 'inherit',
black: '#22292f', black: '#22292f',
blue: { blue: {
1: '#29aae1', 100: '#29aae1',
2: '#018dc7', 200: '#018dc7',
3: '#0e68a7', 300: '#0e68a7',
4: '#004f86', 400: '#004f86',
}, },
green: '#398002', green: '#398002',
grey: { grey: {
1: '#f8fafc', 100: '#f8fafc',
2: '#eee', 200: '#eee',
3: '#ddd', 300: '#ddd',
4: '#bbb', 400: '#bbb',
5: '#888', 500: '#888',
6: '#555', 600: '#555',
7: '#333', 700: '#333',
}, },
orange: { orange: {
1: '#fa9903', 100: '#fa9903',
2: '#ffb401', 200: '#ffb401',
}, },
purple: '#991faf', purple: '#991faf',
red: '#cc1f1a', red: '#cc1f1a',