im making a program that generates rgb, hsl, and hex# colors in 6 swatches, the other 5 swatches being complementary light and darker colors. I need to have a button that when pushed inserts another html file (something very basic that has some styling) and then another button that when pushed styles the example html file previously inserted with the colors the user inputed.
a simple way to put it is basically to show the user how the colors generated would look on an example website page. So on the new html file, the new colors generated would display for the user to see. Like the font color would change, toolbars, calendar, anything like that.
How would I go about doing this? my code generates the colors, and I inserted an so I can see my sample website, I just dont know how to style the css of the example html code. any suggestions would work perfect! I dont know how to attach files on this website but if you need me to email you all my code I can do that. just let me know thank you!