ofnAntoniaGonterman
New Member
How do I create a color picker that the user can choose a desired hex value and dynamically place it as attributes in a html tag like in the example below.\[code\]<p style="background-color: #FCF8C0;">TEXT GOES HERE</p>\[/code\]In the example code above, I want the \[code\]#FCF8C0\[/code\] to be dynamic based on the user picking a color on the fly and once done choosing a hex value, the background dynamically changes on mouse out.