How can I change the color of my announcement bar?

I am trying to update my announcement bar to a different colour and I have gone through the theme settings and it seems there is no section to update this?

Consider adding your store link, so that orders can look into the css.

https://harpertini.com.au/

Try adding this code to the bottom of index.css

#shopify-section-static-announcement-bar .announcement-bar.flex.items-center.justify-center.is-selected {
  background-color:#000 !important;
}

Result:

2022-02-02 22_00_36.png

Thank you so much I updated the CSS section and entered my chosen colour. Brilliant!

@jojo19 Excellent! Please mark my answer as a solution.