I see this error in the console log:
The specified value "" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
It's for thes elements:
<input type="color" id="edit-accent-picker" name="accent_picker" value="" class="form-color" />
<input type="color" id="edit-focus-picker" name="focus_picker" value="" class="form-color" />
I see this error in the console log:
It's for thes elements:
<input type="color" id="edit-accent-picker" name="accent_picker" value="" class="form-color" /><input type="color" id="edit-focus-picker" name="focus_picker" value="" class="form-color" />