COLOR-002

Cool Technical Palette

Cool blue-gray technical palette suited to tools and consoles.

More Colors & Effects

Console blues
Cool Tech

Details

palette cool technical

Recommended uses

  • Admin tools
  • Developer dashboards

Responsive behavior

Swatches reflow into a wrap row on narrow cards.

Accessibility

Check link and focus colors against the cool background.

Code examples

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

HTML

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

Machine-readable metadata

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

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