What problem does it solve?
Designing a moody, cinematic dark background that feels layered and alive is hard with plain CSS gradients, which often look flat or static. This Skill provides a repeatable recipe for building procedural atmospheric backgrounds with drifting vertical light folds, screen-blended glow, and a concentrated luminous corner.
Core Features & Use Cases
- Procedural light folds: Render multiple overlapping vertical bands with slow sine-wave drift using canvas or shaders, blended with screen/additive modes for natural brightness accumulation.
- Focal glow control: Concentrate brightness toward a corner or lower edge and tint folds from the design's primary accent color while keeping a dark navy or charcoal base.
- Tuning knobs and guardrails: Adjust fold count, drift speed, softness, and brightness focus, with explicit guidance on what to avoid such as rainbow gradients, noisy flicker, and hardcoded cyan.
- Use Case: You are building a dark landing page hero and want a calm, premium animated backdrop behind the content. Apply this Skill to generate a canvas-based atmosphere that stays readable, respects reduced-motion preferences, and pauses when the tab is hidden.
Quick Start
Use the atmosphere-background skill to build a standalone HTML demo with a dark canvas background of drifting vertical light folds and a luminous lower-right glow behind a simple landing page layout.