COLOR-013

Outline Color Only

Color used only as stroke and text, with a transparent fill.

More Colors & Effects

Stroke role

Details

outline stroke ghost

Recommended uses

  • Secondary buttons
  • Tags

Responsive behavior

Stroke weight stays visible at small sizes.

Accessibility

Outline color needs sufficient contrast against the page background.

Code examples

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

HTML

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

Machine-readable metadata

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

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