Build an Availability

I don’t know what is happening i write the code correct i tried many times for a hour but the last step no 35 is not passed

#legend-gradient {
  width: 200px;
  height: 20px;
  background-image: linear-gradient(
    to right,
    var(--color0) 50%,
    var(--color1) 50%
  );
}

This is the code that i written.

you are not using all the colors, you are also not using the two-color-stop syntax you are asked to use Gradient with multi-position color-stops