@charset "utf-8";
/* CSS Document */

.color-change-2x {
	-webkit-animation: color-change-2x 2s linear infinite alternate both;
	        animation: color-change-2x 2s linear infinite alternate both;
}


/* ----------------------------------------------
 * Generated by Animista on 2018-10-29 14:53:1
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation color-change-2x
 * ----------------------------------------
 */
@-webkit-keyframes color-change-2x {
  0% {
    background: #6cc9cc;
  }
  100% {
    background: #a5228d;
  }
}
@keyframes color-change-2x {
  0% {
    background: #6cc9cc;
  }
  100% {
    background: #a5228d;
  }
}
