You can create a div of different background color using below shortcode.
Dark Background
<div class="dark">
Your content in dark background.
</div>
Theme Background Color
<div class="theme">
Your content in theme background color.
</div>
<div class="dark">
Your content in dark background.
</div>
<div class="theme">
Your content in theme background color.
</div>