How to change desktop background colour in GNOME?

Solution 1:

Use gsettings to set the color white (#FFFFFF) and a solid fill.

gsettings set org.gnome.desktop.background primary-color "#FFFFFF"
gsettings set org.gnome.desktop.background secondary-color "#FFFFFF"
gsettings set org.gnome.desktop.background color-shading-type "solid"