Color Picker Card
Connect a native color input to a live preview.
Requirements
- Initialize state with
#7c3aed.
- Make the color input controlled.
- Apply the selected value through React's
style prop.
- Show the current hex value in uppercase.
- Give the visual preview an accessible label.