COLOR-018

Soft Colored Shadow

Elevation created with a tinted shadow instead of plain black.

More Colors & Effects

Tinted elevation

Shadow borrows the accent hue.

Details

effect shadow elevation

Recommended uses

  • Cards
  • Floating toolbars

Responsive behavior

Shadow spread stays proportional in the card frame.

Accessibility

Shadow alone is not a focus state.

Code examples

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

HTML

<!-- Example scaffold for COLOR-018. Adapt to your project. -->
<section id="COLOR-018" 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-018.ai-design-example {
  /* mirror the preview treatment for COLOR-018 */
}

Machine-readable metadata

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

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