.color_ {
  &red {
    color: var(--red);
  }
  &green {
    color: var(--green-light);
  }
  &orange {
    color: orange;
  }
}

Neighbours