Learn CSS Variables by Building a City Skyline Step #44

Also tried:

.bb1d {
  width: 100%;
  height: 70%;
  background: linear-gradient(
    orange,
    --building-color1,
    --window-color1
  );
}

same result…