I have this CSS code that only displays one color (blue) when there\'s a mouse hover.
.MenuBox { transition: all 1.0s ease; -moz-border-radius:30px;
i think you can achieve this using jquery or Javascript since you dont have these kinds of features with CSS
you can dynamically assign class names using jquery on each hover activity and append various colors to that class
Regards Arjun