Skip to main content

Documentation Index

Fetch the complete documentation index at: https://skelementorcss.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The bundle ships every 5% step from opacity-0 through opacity-100 for overlays, disabled states, and layered interfaces.
ClassValueCSS
.opacity-00%opacity: 0;
.opacity-55%opacity: 0.05;
.opacity-1010%opacity: 0.1;
.opacity-1515%opacity: 0.15;
.opacity-2020%opacity: 0.2;
.opacity-2525%opacity: 0.25;
.opacity-3030%opacity: 0.3;
.opacity-3535%opacity: 0.35;
.opacity-4040%opacity: 0.4;
.opacity-4545%opacity: 0.45;
.opacity-5050%opacity: 0.5;
.opacity-5555%opacity: 0.55;
.opacity-6060%opacity: 0.6;
.opacity-6565%opacity: 0.65;
.opacity-7070%opacity: 0.7;
.opacity-7575%opacity: 0.75;
.opacity-8080%opacity: 0.8;
.opacity-8585%opacity: 0.85;
.opacity-9090%opacity: 0.9;
.opacity-9595%opacity: 0.95;
.opacity-100100%opacity: 1;

Example

Best Practices

Ensure text remains readable when opacity reduces contrast. Decorative overlays can go low; body text usually should not.
1

Use Lower Values for Overlays

opacity-10 through opacity-50 work well for dimming media or stacking panels.
2

Use Higher Values for State Changes

opacity-60 through opacity-95 can suggest disabled or loading states while keeping content visible.
3

Avoid Overusing Transparency

Too many translucent layers can make interfaces feel muddy and hard to read.
4

Pair With Positioning

Overlays usually combine opacity with .relative, .absolute, or .fixed.

Effects Overview

Overview of the currently shipped effects surface

Colors

Color utilities that work with opacity