div{
  width: 200px;
  height: 200px;
  background: 
    linear-gradient(red 20%, white 33%, blue 80%);
}