The background of the header.
Can be anything that the browser allows to specify as a background, e.g. blue, #20ef20, rgba(0,210,20,0.5) or if you want you can define a gradient with linear-gradient(90deg, rgba(48,38,219,1) 0%, rgba(0,212,255,1) 100%);
Visit CSS Gradient to find you own style.