Update colour scale

Match new defaults in Tailwind 1.0.
This commit is contained in:
Oliver Davies 2019-03-21 00:27:18 +00:00
parent 5853da96c3
commit 5d1380de0d
5 changed files with 28 additions and 28 deletions

View file

@ -6,23 +6,23 @@ module.exports = {
60: 'rgba(0,0,0,.6)',
},
blue: {
1: '#bcdefa',
2: '#3490dc',
3: '#2779bd',
100: '#bcdefa',
200: '#3490dc',
300: '#2779bd',
},
green: {
1: '#f3faee',
2: '#cde2c2',
3: '#77b159',
4: '#325e1c',
100: '#f3faee',
200: '#cde2c2',
300: '#77b159',
400: '#325e1c',
},
grey: {
1: '#f6f6f2',
2: '#f0f0f0',
3: '#dae1e7',
4: '#b8c2cc',
5: '#8795a1',
6: '#3d4852',
100: '#f6f6f2',
200: '#f0f0f0',
300: '#dae1e7',
400: '#b8c2cc',
500: '#8795a1',
600: '#3d4852',
},
transparent: 'transparent',
white: '#fff',