To change the color of the background color of the forms for the Speed Feed WordPress theme, add the CSS for your desired form color to your site.
(How to add CSS to your site.)
Below is a sample background color which is lighter than the defaults. Note that this is CSS code that you must add to your site to get that color for your form.
form { background-color: #fafafa; }
Questions and Comments are Welcome