how to add button with change color in bootstrap code example
Example 1: custom color bootstrap buttonm
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
background-color: #8064A2 !important;
}
Example 2: button color bootstrap