Quoted By:
I've found the part that decides the fairy type color, and managed to make it much paler.
[code:lit]
.Type.fairy{
background:-webkit-gradient(linear,left top,left bottom,from(#F98CFF),to(#F540FF));
background:-webkit-linear-gradient(#F98CFF,#F540FF);
background:linear-gradient(#F98CFF,#F540FF);
border-color:#C1079B
}
[/code:lit]
here's the code.