.magic-rainbow-color
{
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  background-image: linear-gradient(to right, #F22 0%, #F2F 15%, #22F 30%, #2FF 45%, #2F2 60%, #2F2 75%, #FF2 90%, #F22 100%);
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
}
