While building options panel in functions.php of your child-theme, we can create our custom color picker without using any plugins.
We have to follow these steps and for this color picker :
1. Add Canvas
<canvas id=”image_canvas” width=”246px” height=”210px”></canvas> Read more…