Color plays the important role in the UI developement. Bootstrap uses the following colors set to make website greeting scheme.
primary
secondary
success
danger
warning
info
light
dark
If you need to change the color text, we uses these colors as
<div class="text-success">Color</div>
If you need to change the background color, we uses these colors as
<div class="bg-success">Color</div>
If you need to change the button color, we uses these colors as
<div class="btn-success">Color</div>
If you need to change the border color, we uses these colors as
<div class="border-success">Color</div>
If you need to change the callout color, we uses these colors as
<div class="callout-success">Color</div>