forever components

Symbolic Pastel Abstraction

The Altarpiece

9 breathing pastel rings inside a clipped triangle; 26 motes drift upward as a pulsing light crowns the apex. Homage to symbolic altarpiece diagrams.

canvasmedium complexitysubtle 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

Spiritual or meditative hero sections, art/gallery contexts, dark ambient backgrounds needing slow celestial motion.

When not to

Light-background UIs (background hardcoded dark #1d1a24). Contexts where upward particle drift distracts from primary content.

Working with an AI agent

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

Change PASTELS to warm sunset tones, slow breath by setting t*0.5 to t*0.25, and increase mote count from 26 to 40. 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

  • PASTELS color palette (5 colors)
  • mote count (26 in seed loop)
  • breath speed (t*0.5 in sin)
  • apex pulse rate (t*1.6)
  • triangle proportions (baseHalf, apexY)
  • theme tokens (:root dark defaults + [data-theme=light] overrides)

Keep intact

  • ctx.clip() triangle clipping (keeps motes inside triangle)
  • IIFE wrapper
  • prefers-reduced-motion guard
  • visibilitychange pause/resume
  • theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)

Known limitations

  • Background color hardcoded in both CSS and PAL.deep — must edit both to change
  • No pointer interactivity — purely passive

triangleconcentricgradientparticlesspiritualambientcanvas

More Symbolic Pastel Abstraction components

  • The DualityTwo concentric ring systems — rose and blue — slowly breathe apart and together; a golden vesica glows where they overlap, with a center dot marking the axis.
  • Spiral of BecomingLogarithmic spiral slowly rotates and breathes while pastel nodes pulse with radial glows along its arm — generative geometry in symbolic-abstract's…
  • Swan DualityTwo organic forms — cream and ink — orbit a shared center with wobbling silhouettes and a rose radial glow, evoking symbolic-abstract's Swan duality…
  • Pendulum DiagramA harmonograph rosette draws itself stroke by stroke in pastel hues, fades, then reseeds with new frequencies — evoking symbolic-abstract automatic diagrams.
  • Atom SeriesThree pastel atom diagrams — concentric rings, orbiting dots, center glyphs — connected by a faint triangle. After symbolic-abstract's atom studies.
  • The SeriesFive SVG diagrams — spiral, nested ovals, petals, vesica piscis, concentric circles — cross-fade on a 3.4s loop with dot indicators, in pastel…