.star::before {
    color: #ddd; /* prázdne */
}

.star.star-on::before {
    color: #ffd538 !important; /* plné */
}