div{
  width: 200px;
  height: 200px;
  background: 
    linear-gradient(red 0%, white 40%, blue 100%);
}