module.exports = { theme: { extend: { colors: { 'blue-dark': '#0073aa', 'grey-darker': '#767676', } } } }