Cómo hacer transición Color CSS CSS

nav a {
	transition: color 1s; /* For modern browsers */
}
Anthony Smith