This plugin adds the custom EXACT Brands colors to the Tailwind color palette.
For which standard Tailwind colors to use in the different sites, please refer to the EXACTSports/style repo.
npm install EXACTSports/colors
tailwind.config.js
module.exports = {
plugins: [
require('colors'),
],
};