<input type="color" value="#000000" />
    <img
      src="https://images.unsplash.com/photo-1517331156700-3c241d2b4d83?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1768&q=80"
    />
html,
body {
  height: 100%;
  overflow: hidden;
}
body {
  margin: 0;
}

img {
  height: 100%;
  width: 100%;
  /* Key css */
  object-fit: cover;
}

input {
  padding: 0;
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: hue;
  cursor: pointer;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.