CSS -Stil n -ter Kind über eine bestimmte Zahl hinaus

li:nth-child(n+6) {
    color: green;   
}
Exuberant Eagle