Customize the default color palette for Horizon UI and add your own custom colors that matches your brand.
Horizon UI TailwindCSS provides a default color palette that you can use.
Customizing colors for @material-tailwind/html is very easy and straightforward, it's the same as tailwindcss colors customization.
You just need to modify the colors
object for the tailwind.config.js
file.
module.exports = withHT({
theme: {
colors: {
// Configure your color palette here
},
},
});
For more information about tailwindcss colors customization, please check the TailwindCSS Documentation