.spectrum-FieldLabel,
.spectrum-Form-itemLabel {
  color: rgb(185, 185, 185);
}
.spectrum-FieldLabel.is-disabled, .spectrum-Form-itemLabel.is-disabled {
    color: rgb(110, 110, 110);
  }
.spectrum-FieldLabel.is-disabled .spectrum-FieldLabel-requiredIcon, .spectrum-Form-itemLabel.is-disabled .spectrum-FieldLabel-requiredIcon {
      color: rgb(110, 110, 110);
    }
.spectrum-FieldLabel-requiredIcon {
  color: rgb(144, 144, 144);
}
