COLOR-008

Radial Spotlight Gradient

Radial gradient that creates a spotlight focus behind content.

More Colors & Effects

Focus glowSpotlight

Details

gradient radial spotlight

Recommended uses

  • Feature callouts
  • Modal stages

Responsive behavior

Spotlight center remains near the content block.

Accessibility

Do not use the glow as the only focus indicator.

Code examples

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

HTML

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

Machine-readable metadata

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

id="COLOR-008" data-zemew-component="colors" data-style="futuristic" data-variant="radial" data-animation="none" data-version="1"