When user scroll the controller or change color picker's color, the image should also change. Spacing means the image's padding and color is the padding's color. Try use CSS variable to finish that.
- split css and js file from html.
- set CSS variable to root.
- add event to listen to the change and mousemove, and change the correspond CSS variables.