COLOR-015

CSS Token Swatches

Named design tokens shown as labeled color variables.

More Colors & Effects

--accent
--warm
--muted
--surface

Details

tokens variables system

Recommended uses

  • Design systems
  • Theme documentation

Responsive behavior

Token rows stack cleanly on narrow cards.

Accessibility

Include the token name in text, not only the swatch.

Code examples

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

HTML

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

Machine-readable metadata

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

id="COLOR-015" data-zemew-component="colors" data-style="technical" data-variant="tokens" data-animation="none" data-version="1"