How to change colour of column in multi column

Do you mean like this?

Same Instruction:

.multicolumn-list__item {
        background: aquamarine;
        padding-top: 10px;
 }

And Save.

You can change the background color you want.