Change utility bar and announcement bar color for dawn theme

Hello @kay_png

Add the below CSS in base.css file.

body .utility-bar__grid.utility-bar__grid--3-col {
background: #000;
}

OUTPUT:

Thanks