Change background colour of Brand Header

How to change the background colour default blue to other?

@salmanfarisvp by default, it’s using the “tertiary” color from the palette. If you like to set a custom color then use the below CSS code.

header.b-header {
  background-color: #ED207B;
}

Thank You @vinothkannans :upside_down_face: