Demo Page
Primary Background
<div class="bg-primary">
-- Your content here --
</div>
Secondary Background
<div class="bg-secondary">
-- Your content here --
</div>
Dark Background
<div class="bg-dark">
-- Your content here --
</div>
Light Background
<div class="bg-light">
-- Your content here --
</div>
White Background
<div class="bg-white">
-- Your content here --
</div>
Black Background
<div class="bg-black">
-- Your content here --
</div>