COLOR-022

Vignette Frame

Edge vignette that darkens corners and frames the center.

More Colors & Effects

Framed centerVignette

Details

effect vignette frame

Recommended uses

  • Photo stages
  • Cinematic heroes

Responsive behavior

Vignette scales with the preview box.

Accessibility

Important UI should sit away from the darkest corners.

Code examples

Adapt these to your project. Do not paste unrelated branding or colors blindly.

HTML

<!-- Example scaffold for COLOR-022. Adapt to your project. -->
<section id="COLOR-022" class="ai-design-example" data-zemew-component="colors" data-style="editorial" data-version="1">
  <!-- Implement using the live preview as the visual reference -->
</section>

CSS

/* Scope demo styles so they cannot affect the rest of the site */
#COLOR-022.ai-design-example {
  /* mirror the preview treatment for COLOR-022 */
}

Machine-readable metadata

The live preview exposes semantic attributes an AI or developer can read from the page source:

id="COLOR-022" data-zemew-component="colors" data-style="editorial" data-variant="vignette" data-animation="none" data-version="1"