how to take the color from input box in html code example
Example: change background input css
input[type="text"], textarea {
background-color : #d1d1d1;
}
input[type="text"], textarea {
background-color : #d1d1d1;
}