i want to a build a css generator where i can get the code of css that has hex color generator and in the code
so like i choose color using hex :...........
and like in the js file i can change the div when i want
css code comes up like this
#div {
background-color:#ffffff;
}
please can someone help me with this
thank you