I was able to create a gradient that works perfectly!
I used this code:
// MAKE BACKGROUND GRADIENT IN ONE SECTION OF A PAGE
section[data-section-id="5fec56e59056c549148b6205"] .section-background {
background: linear-gradient(180deg, rgba(246,221,198,1) 0%, rgba(230,183,148,1) 35%, rgba(230,183,148,1) 100%) !important;
}
section[data-section-id="5fec56f99056c549148b6258"] .section-background {
background: linear-gradient(180deg, rgba(246,221,198,1) 0%, rgba(230,183,148,1) 35%, rgba(230,183,148,1) 100%) !important;
}
//-------------------//
There are other methods but the one I've shared above is for adding a gradient on one specific section of a page.