79595280

Date: 2025-04-27 17:26:24
Score: 1
Natty:
Report link

You have to use JavaScript, but there is a way to open the colorpicker:

function openPick {
  document.getElementByd("picker").style.display = block;
};
#picker {
  display: none;
}
<input type="color" id="picker">
<button onclick="openPick">Click to open picker</button>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Code Kinny