All parameters are defined in JA Onepage Template you can see it on this file
<blockquote>templates/ja_onepage/less/variables.less</blockquote>
//Unit2 variable
//---------------
@ section2BackgroundColor: @white;
@ section2SectionTitleColor: @Black;
@ section2SubDescriptionColor: @grayLight;
@ section2TextColor: @textColor;
@ section2LinkColor: @linkColor;
@ section2LinkColorHover: @linkColorHover;
+ Change background color each block(or section)
Open templates/ja_onepage/less/style.less file
find section 1 to section 6 and change background
After change you need to click Compile LESS to CSS file.
Remember to backup old file before doing.