The Loading Indicator inform users about an unspecified wait time.
It is a drop in element, where it is part of the content that is replaced when data loaded.
<!-- Loading Indicator -->
<label class="vi-loading-indicator" role="status">Loading
<progress class="vi-loading-indicator__progress"></progress>
</label>
The Loading Indicator inherits the color.
<div style="color: pink;">
<!-- Loading Indicator -->
<label class="vi-loading-indicator" role="status">Loading
<progress class="vi-loading-indicator__progress"></progress>
</label>
</div>