...

/

Problem: Custom Color Picker Control with Styled Swatch

Problem: Custom Color Picker Control with Styled Swatch

Try to create a custom color picker by styling the color swatch, removing native appearance, and adding interactive hover and focus effects using only CSS.

Problem description

Given an HTML page containing a <label> with class color-picker that wraps an <input type="color" class="custom-color"> and the text Choose color, write CSS to:

  • Remove the default appearance of the color input across browsers.

  • Set the .custom-color size to 32px by 32px, remove ...