module.exports = { theme: { extend: { colors: { reepolee: { 500: '#b40000', 600: '#9c0000', 700: '#750000' } } } } };