COLOR-001

Medium Warm Palette

Comfortable medium-warm palette strip for easy-on-the-eyes interfaces.

More Colors & Effects

Warm neutrals
Medium Warm

Details

palette warm medium-warm

Recommended uses

  • Brand baselines
  • Comfortable reading UIs

Responsive behavior

Swatches reflow into a wrap row on narrow cards.

Accessibility

Pair warm fills with dark text that meets contrast targets.

Code examples

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

HTML

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

Machine-readable metadata

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

id="COLOR-001" data-zemew-component="colors" data-style="medium-warm" data-variant="warm" data-animation="none" data-version="1"