Chroma is a color picker that doesn't cheap out on it's looks
you should try it out
import Chroma from 'chromapicker'
const options = {
initialColor: '#000000'
}
const instance = new Chroma('#example-input', options);