.colorInherit {
  color: inherit;
}

.colorCurrentColor {
  color: currentcolor;
}

.colorTransparent {
  color: transparent;
}
