В группы пользователя ( указав свои HEX color tag )
animation: rainbow_animation 6s ease-in-out infinite;
background: linear-gradient(to right, #66f, #00008b, #FF8000, #008000, #8b00ff);
font-size: 1.05em;
-webkit-background-clip: text;
background-clip: text;
color...