Hello Rafael Moreira,
if you want to change the background color for title side

to get above result add this css in your application
.section-expandable .section-expandable-title {
background-color: green;
}
To change background color of the expendable area of accordion item as shown below Image

.section-expandable .section-expandable-content-expanded, .section-expandable .section-expandable-content.is--expanded {
background-color: green;
}
Used this CSS to your application screen level

Thanks and Regards,
Akshay Deshpande