COLOR-024

Color Wash on Media

Solid brand wash layered over media at partial opacity.

More Colors & Effects

Brand over art

Details

effect wash media

Recommended uses

  • Campaign banners
  • Category headers

Responsive behavior

Wash layer tracks the media placeholder size.

Accessibility

If text sits on the wash, test the final contrast.

Code examples

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

HTML

<!-- Example scaffold for COLOR-024. Adapt to your project. -->
<section id="COLOR-024" class="ai-design-example" data-zemew-component="colors" data-style="brand" 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-024.ai-design-example {
  /* mirror the preview treatment for COLOR-024 */
}

Machine-readable metadata

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

id="COLOR-024" data-zemew-component="colors" data-style="brand" data-variant="wash" data-animation="none" data-version="1"