I am using Jscolor picker for choosing my canvas colour and it is working totally fine for me, but I need to give it a better styling.
It currently looks like this

<p><input class="neu" id="canvasColor"value="#ffffff" data-jscolor="" > Canvas </p>
I want to change the value name i.e "#FFFFFF" and name it to "Canvas" so that it looks like a button for changing canvas color so that it look like this

I tried the documnetation and I found no clues about custom styling, Is there any way to fix this?