Added custom hex color input

This commit is contained in:
2021-05-02 18:04:47 +02:00
parent 53fe6c4b2d
commit fd44a84f6d
5 changed files with 50 additions and 1 deletions

View File

@@ -33,6 +33,10 @@
<h1>Spine Color</h1>
<div id="dc" class="col"></div>
<div id="palette"></div>
<div id="customcol">
<label for="custom">Custom Hex Value</label>
<input type="text" name="custom" id="custom" placeholder="#000000" pattern="#[0-9A-Fa-f]{6}">
</div>
</div>
</div>
<div id="footer">