COLOR-003

Mono Grayscale Ramp

Neutral grayscale ramp from ink to paper for mono systems.

More Colors & Effects

Gray ramp
Mono

Details

palette mono grayscale

Recommended uses

  • Print-like UIs
  • Content-first layouts

Responsive behavior

Ramp stays full width in card previews.

Accessibility

Use mid-grays carefully for text; prefer ends of the ramp for body copy.

Code examples

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

HTML

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

Machine-readable metadata

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

id="COLOR-003" data-zemew-component="colors" data-style="minimal" data-variant="mono" data-animation="none" data-version="1"