module.exports = { theme: { extend: { colors: { 'gray-600': '#767676', }, }, }, }