A decent colour picker

Not particularly aurelia focussed but I’m trying to find a decent colour picker to use in an app. I just have a few requirements

  • No jQuery
  • Can type the value in hex and see the result
  • Can validate/restrict invalid input
  • Cross browser

I’m not that fussed about being about to drag around a slider.

I’m tempted to build my own because of this safari issue as I couldn’t find a polyfill that fits my needs. It would be nice if

<input type="color">

just worked, but it doesn’t.