Opacity

Allows designers to control the opacity of elements, allowing for the creation of partially transparent designs that can blend with the background or overlap other elements.

NameValue
sm0.25
md0.5
lg0.75
xl1

0.25 (sm)

0.5 (md)

0.75 (lg)

1 (xl)

<p>Text Opacity</p> <div class="text-opacity-sm">sm</div> <div class="text-opacity-md">md</div> <div class="text-opacity-lg">lg</div> <div class="text-opacity-xl">xl</div> <p>Background Opacity</p> <div class="bg-opacity-sm">sm</div> <div class="bg-opacity-md">md</div> <div class="bg-opacity-lg">lg</div> <div class="bg-opacity-xl">xl</div>
// WIP
// WIP
// WIP