My website currently has the css code below. I am looking for a way to allow users to change the color of an image by entering a #colorcode in a text field. Is this functionality possible to implement?
.button{
background-image:url(../pattern/_img/button.png);
background-repeat:no-repeat;
display:block;
width:53px;
height:53px;
float:left;
margin:16px;
-ms-touch-action: none;
}