Choose a color to color the below text
COLOR ME !
body { font-family: "bookman old style"; } function showHex() { var hex document.querySelector("#color_hex_value"), h1 document.querySelector("h1"); h1.style.color document.querySelector("#color_picker").value; }