File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ description: "This tool creates harmonious palettes for website designs and fron
2121 <h1 >Monochromatic Palette Creator Tool</h1 >
2222
2323 <div style =" text-align :center ;" >
24- <label for =" hue " style =" font-size :1.2em " >Try a hue (0 to 360):</label >
24+ <label for =" rawColorInput " style =" font-size :1.2em " >Pick a color: </label >
25+ <input type =" color " value =" #ff0000 " id =" rawColorInput " />
26+ <label for =" hue " style =" font-size :1.2em " >Or try a hue (0 to 360):</label >
2527 <input type =" number " id =" hue " value =" 0 " min =" 0 " max =" 360 " style =" font-size :1.2em " >
2628 <button onclick =" increment (' hue' )" style =" font-size :1.2em " >▲</button >
2729 <button onclick =" decrement (' hue' )" style =" font-size :1.2em " >▼</button >
28- <label for =" rawColorInput " style =" font-size :1.2em " >Or pick any color: </label >
29- <input type =" color " value =" #ff0000 " id =" rawColorInput " />
30+
3031 <br >
3132
3233 <div id =" colorSquare " class =" colorSquare " ></div >
You can’t perform that action at this time.
0 commit comments