Symbolic Pastel Abstraction
Atom Series
Three pastel atom diagrams — concentric rings, orbiting dots, center glyphs — connected by a faint triangle. After symbolic-abstract's atom studies.
canvasmedium complexitysubtle motion
Open on the canvas to copy the code → Free account · 3 copies a day · membership goes unlimited
Worth keeping?
Votes steer what gets built next — sign in to cast one, free to read
When to use it
Neutral or warm hero backgrounds with a mystical or generative art theme. Ambient gallery or screensaver contexts.
When not to
Layouts requiring legible text overlaid on canvas — soft pastels provide little contrast. Not suitable as a UI widget.
Working with an AI agent
Every component ships agent-ready metadata. An example instruction for this one:
Change PASTELS[0] from '#a9c8e0' to '#ff9f80', increase satellite count (sat) to 8 per atom, and halve orbital speed by changing 0.5 to 0.25 in the sp formula. 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 array
- cells position array (cx/cy proportions)
- ring count per atom (rings: 2+random)
- satellite count (sat: 2+random)
- orbital speed multiplier (0.3+Math.random()*0.5)
- theme tokens (:root dark defaults + [data-theme=light] overrides)
Keep intact
- REDUCED prefers-reduced-motion guard
- visibilitychange pause/resume
- DPR-aware fitCanvas with setTransform
- IIFE wrapper
- theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)
Known limitations
- Background color hardcoded in CSS (#ece4d4) — must edit HTML to change
- Atom positions are fixed proportional coordinates; no responsive reflow beyond scaling
- Glyph type and satellite count randomized at build time — reload for different arrangements
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.
- The SeriesFive SVG diagrams — spiral, nested ovals, petals, vesica piscis, concentric circles — cross-fade on a 3.4s loop with dot indicators, in pastel…
- Tree of KnowledgeSymmetric binary tree of pastel circles and inked branches grows upward via stroke-draw and pop-in animations, then redraws on a 9-second loop.