<label for="color-picker">Pick a color: </label>
<input type="color" id="color-picker">
body{
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.