Hi
That background color of dropdown menu is inheriting the 'Primary Light' color set in Theme settings in template.
You can change it there.
If you want to override it via CSS, you can use this rule:
.t4-megamenu .dropdown-menu {
background: #fff7f5 !important;
}
and change to your desired color