Ion-icon color doesn't work

According to this post

we get the class name, so we can add the color in our scss file.

.ion-md-time{
	color: red !important;
}
.ion-ios-time{
	color: red !important;
}

I tried this, it worked for me.