COLOR-010

Soft Tinted Surface

Low-chroma tinted surface for calm cards and panels.

More Colors & Effects

Calm surface

A quiet wash that keeps content readable.

Tint

Details

tint surface soft

Recommended uses

  • Cards
  • Empty states

Responsive behavior

Padding scales with card width.

Accessibility

Tint should not reduce text contrast below AA.

Code examples

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

HTML

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

Machine-readable metadata

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

id="COLOR-010" data-zemew-component="colors" data-style="soft" data-variant="tint" data-animation="none" data-version="1"