/* Optional CSS styling */
input[type=color] {
  width: 100px;
  height: 60px;
  border: 1px solid #ccc;
  cursor: pointer;
}
