button colors on white code example
Example 1: change button color html
.button {
background-color: #4CAF50;
}
Example 2: html change button color
.button {
background-color: #A62773; /*Color Code*/
}
.button {
background-color: #4CAF50;
}
.button {
background-color: #A62773; /*Color Code*/
}