There is experimental browser support for an eyedropper tool that even works for screen area outside of the browser https://developer.mozilla.org/en-US/docs/Web/API/EyeDropper. The current browser support is only 26% (https://caniuse.com/mdn-api_eyedropper) but that's partially because this feature doesn't make too much sense on mobile.
Would you be interested in adding an eyedropper prop to the <ColorPicker /> component? The eyedropper prop would determine if the tool was shown. Possible values are:
"never"Do not show eyedropper (default)."where-supported"Only show if browser supports it."always"Fade eyedropper if browser does not support it.
If you are just not willing to implement it now, are there any changes to the API that could be included in a github issue for when it would be added?