Here we Pass Multiple background image in css with layer background color




.make-togother-right{
    background:#461e36;
    min-height: 500px;
    background-image: url('../images/f1.png'),
    url('../images/f2.png'),
    url('../images/f33.png');
    linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0));
    background-repeat: no-repeat,
        no-repeat,
        no-repeat;
    background-position: bottom right,bottom left,right top;

    .together-content{
        padding: 0px 70px;
    }
}