let { gray } = require('tailwindcss/colors') module.exports = { black: '#000', blue: { primary: '#24608A', }, current: 'currentColor', gray, inherit: 'inherit', transparent: 'transparent', white: '#fff' }