Looking for help with the following HTML:
<button name="darkBlue" onclick="setThemeColor(this.name)">Blue</button>
<button name="black" onclick="setThemeColor(this.name)">Black</button>
I'm interested in replacing the text on the buttons with squares of color. Can anyone provide guidance on how to accomplish this?