.yellow-hover {
    transition-property: color;
    transition-duration: 250ms;
}

.yellow-hover:hover{
    color: rgb(250 204 21);
}