After reading the comments when looking for a solution to my own problem, I was able to come up with the following fix. This is not very, but until they open the color attribute to accept more than three colors, this will be a temporary solution.
Spinner - SVG-, CSS. .
HTML:
<mat-spinner class="very-pink"></mat-spinner>
CSS:
.very-pink::ng-deep circle {
stroke: fuchsia;
}
stackblitz, .