Rosemary - Change Post Overlay Color

The Rosemary theme uses custom CSS to add the overlay color to the blog posts. To change this color, paste in the following CSS snippet to the Additional CSS section in Appearance > Customize. Change "#c28e75" to any hex code color. 

.overlay-layout .entry-header { background-color: #c28e75 !important; }