Add your custom color values to theme > extend > colors section in tailwind.config.js
//tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'custom-yellow':'#BAA333',
}
},
},
}
Add your custom color values to theme > extend > colors section in tailwind.config.js
//tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'custom-yellow':'#BAA333',
}
},
},
}