Use Sass variables to customize Bootstrap styles before compiling.
npm install bootstrap
// custom.scss $primary: #ff5733; @import "bootstrap";
Then compile using a Sass compiler like sass.
sass