COLOR-016

Light and Dark Pair

Side-by-side light and dark theme surfaces sharing one accent.

More Colors & Effects

Light
Dark

Details

theme light dark

Recommended uses

  • Theme switchers
  • Product settings

Responsive behavior

Theme tiles stack on narrow previews.

Accessibility

Each theme must meet contrast independently.

Code examples

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

HTML

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

Machine-readable metadata

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

id="COLOR-016" data-zemew-component="colors" data-style="modern" data-variant="themes" data-animation="none" data-version="1"