Not working-create a gradual linear gradient

Why is not working:

    border-radius: 20px;
    width: 70%;
    height: 400px;
    margin: 50px auto;
    background: (35deg, #ccffff, #ffcccc, rgb(204, 204, 255));

Still not working
background: linear-gradient(35deg, #CCFFFF, #FFCCCC,rgb(204, 204, 255));

hi. how does your complete css look like inside tags ?

<style>
------
</style>

its ok I solved it, I had to remove the rgb .