.spectrum-FieldLabel,
.spectrum-Form-itemLabel {
  color: rgb(162, 162, 162);
}
.spectrum-FieldLabel.is-disabled, .spectrum-Form-itemLabel.is-disabled {
    color: rgb(92, 92, 92);
  }
.spectrum-FieldLabel.is-disabled .spectrum-FieldLabel-requiredIcon, .spectrum-Form-itemLabel.is-disabled .spectrum-FieldLabel-requiredIcon {
      color: rgb(92, 92, 92);
    }
.spectrum-FieldLabel-requiredIcon {
  color: rgb(124, 124, 124);
}
