forever components

Cards

Gradient-Border Glow

Dark card framed by a spinning conic powder-blue, tan and slate gradient border with a soft blurred aura glow behind it; auto-rotates continuously.

csslight complexitymoderate motion

Open on the canvas to copy the code → Free account · 3 copies a day · membership goes unlimited

Live demo — the real component, running in a sandbox. One self-contained HTML file, zero dependencies. Open it on the canvas →
Worth keeping? Votes steer what gets built next — sign in to cast one, free to read

When to use it

Feature cards, pricing tiers, dashboard highlights, or any dark-UI context needing a premium glowing border accent.

When not to

Light backgrounds (dark card is hardcoded). Contexts requiring static or print-ready layouts where motion is unwanted.

Working with an AI agent

Every component ships agent-ready metadata. An example instruction for this one:

Change accent colors to gold/orange by setting --accent-iris:#f59e0b, --accent-cyan:#fbbf24, --accent-magenta:#f97316, and slow the spin to 10s. Theme: dark tokens live in :root, the light variant in :root[data-theme="light"]; ?theme=light or a {type:'forever:theme'} postMessage switches at runtime.

Safe to edit

  • accent colors (--accent-iris, --accent-cyan, --accent-magenta)
  • spin duration (6s in animation)
  • glow blur radius (18px in ::after filter)
  • card content (h3.c05-glow__t, p.c05-glow__p, .c05-glow__chip)
  • card size (48vmin / 57vmin)
  • theme tokens (:root dark defaults + [data-theme=light] overrides)

Keep intact

  • ::before/::after pseudo-element conic-gradient pair (border + glow layer)
  • IIFE wrapper with visibilitychange pause
  • prefers-reduced-motion guard
  • isolation:isolate on .c05-glow
  • theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)

Known limitations

  • Background and card colors hardcoded — not themeable without CSS variable overrides
  • Glow uses inset:-40% which may clip in tight flex containers

cardgradientborderglowconic-gradientambientdark-ui

More Cards components

  • 3D Tilt ParallaxDark card tilts in 3D toward the cursor; badge, orb, and text layers float at distinct Z-depths. A radial shine tracks the pointer; auto-rotates when idle.
  • Frosted GlassA frosted glass card floats over three slowly drifting color blobs (gold, cream, tan); the panel lifts slightly on hover.
  • Spotlight HoverDark card with a peach radial glow and a CSS-masked grid that both track the cursor; auto-orbits when the pointer is away.
  • Reveal on HoverDark gradient card that dims and zooms its background art on hover while a hidden title-and-copy panel slides up from the bottom.
  • Holographic IridescentA 3D-tilting card with a warm iridescent sheen and conic foil chip that shift with pointer position; drifts idly when not hovered.
  • Stacked Peeking CardsThree layered gradient cards auto-cycle and fan out with a springy rotation on hover; cards spread left and right then restack when cursor leaves.