hello @lkdrumhirk if I want to change the background colour (the button itself) to a different hex colour you can use following code and then you change value of background-color yourself
Please add the following code at the bottom of your assets/theme.css file.
.ProductForm__AddToCart {
background-color: #6f5a3f;
}