Back to backgrounds Classes

bg-pink-600

Usage

<div class="bg-pink-600">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the bg-pink-600 class:

<!-- Basic usage -->
<div class="bg-pink-600">Content</div>

<!-- With other classes -->
<div class="bg-pink-600 p-4 bg-white">Content with padding and background</div>