I've created this color picker label and would like to place the text in the middle of it. Any thoughts on how to make it work with CSS?
Color picker example: https://jsfiddle.net/heyjs/e1sqydjm/6/
I tried text-align: center;
and vertical-align: middle;
but it doesn't work. I would like the text label to be in the middle of the circle.