COLOR-005

Brand Accent on Neutral

Quiet neutrals with a single brand accent used sparingly.

More Colors & Effects

One accent rule

Neutrals carry structure. Accent marks the action.

Details

accent brand neutral

Recommended uses

  • Marketing sites
  • Product shells

Responsive behavior

Accent chip stays readable beside the text block.

Accessibility

Accent must meet contrast when used on text or buttons.

Code examples

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

HTML

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

Machine-readable metadata

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

id="COLOR-005" data-zemew-component="colors" data-style="professional" data-variant="accent" data-animation="none" data-version="1"