COLOR-004

Semantic Status Colors

Success, warning, error, and info colors as a status system.

More Colors & Effects

Semantic roles
SuccessWarningErrorInfo

Details

semantic status feedback

Recommended uses

  • Forms
  • Toasts
  • System alerts

Responsive behavior

Status chips stack on very narrow widths.

Accessibility

Never rely on color alone. Pair with icons or text labels.

Code examples

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

HTML

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

Machine-readable metadata

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

id="COLOR-004" data-zemew-component="colors" data-style="utility" data-variant="status" data-animation="none" data-version="1"