Hi is there away to make different kind of colors on the page https://www.webnetwerken.nl/tb-bakt/recepten-index-de-thuisbakker Know i give all the color pink. But i thought different kind of colors will be nicer.
https://prntscr.com/10g1vmt
I only can change this one, but then it for every little category .article blog
.com-content.view-category .article .article-body {
flex-direction: column;
background: #f98cbf;
border-radius: 10px;
padding-top: 40px;
margin-top: -85px;
padding-left: 15px;
padding-bottom: -45px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
}