This commit is contained in:
kek7198 2021-11-28 20:09:14 -06:00
parent f5d5f8e2b4
commit aee9e34680

View file

@ -22,15 +22,15 @@ module.exports = {
extend: {
colors: {
gray: {
'100': '#D6DED4',
'200': '#BFCEC3',
'300': '#C1D1BC',
'400': '#98A8A3',
'500': '#6C7F77',
'600': '#4D625D',
'700': '#3B5A4A',
'800': '#405147',
'900': '#2C3635'
'100': '#f9fcfa',
'200': '#f1f9f3',
'300': '#e1f0e4',
'400': '#cae0d1',
'500': '#648b6d',
'600': '#476950',
'700': '#335541',
'800': '#1e3b29',
'900': '#0f2a19'
},
}
},