I am working a component based framework where in component below css class applied which is changing background color of component
background-image: linear-gradient(rgb(119, 44, 44) 0%, rgb(204, 204, 204) 100%);
But i have want this background color of component
background-color: #f2dede;
What changes i have to do in above CSS class so it will apply background-color: #f2dede;