Hello,
There is no such option to change the color. If you want to change the color, please add the below CSS codes on Appearance > Customize > Additional CSS,
#loader:after {
border-left-color: blue;
}
Change the color name with preferred name or color code.
If you want to remove that preloader, you can disable this from Appearance > Customize > Theme Options > Preloader Option.
Thank you