Morph gradient with soft shapes flowing and reshaping continuously

Morph Gradient Generator

Soft, organic shapes that flow and reshape continuously. Where a blob gradient keeps distinct shapes visible, a morph gradient lets shapes melt fully into one another. Free editor with adjustable speed and smoothness. Export PNG or seamless MP4 loop on Pro plans.

Open the editor
Free·No signup·Export instantly

Looking for paid features? See pricing

What is a morph gradient?

A morph gradient renders a single continuously-reshaping organic surface where colours and shapes flow into one another. There are no distinct objects on the canvas; everything is one continuous liquid mass that slowly changes form over time. The feel is closest to a lava lamp: hypnotic, slow, with rhythms you cannot quite predict but can follow.

Technically, the studio runs a procedural field simulation with 2 to 8 source points drifting around the canvas. Each source contributes colour and shape to its surrounding region, and the regions blend continuously into each other with no hard boundaries. As sources move, the field reshapes. As colour palette and motion speed change, the visual mood shifts entirely. Same algorithm produces meditation-app backplate, music streaming visualiser, and ambient display content depending on parameters.

Compared to other gradient types, morph occupies a specific niche. Blob and metaball gradients give you distinct shapes with defined boundaries. Particle gradients give you many small things moving together. Animated CSS gradients give you panning colour. Morph gives you "one liquid thing slowly becoming a different liquid thing", which is a feeling other modes do not quite capture.

Morph vs blob vs metaball: when to pick which

All three modes share family resemblance because they descend from similar techniques in procedural rendering. The differences matter when you are picking a tool for a specific design problem.

ModeVisual feelBest for
BlobDistinct soft shapesApp onboarding, marketing illustration
MetaballCellular fluid spheresScientific aesthetic, NFT art
MorphLiquid flow, no boundariesMeditation, music, ambient

If you want viewers to notice individual shapes, pick blob or metaball. If you want viewers to settle into background calm without tracking specific objects, pick morph. The choice signals different intent.

Make one in 4 steps

  1. Open the morph editor. Visit the free morph gradient generator. The canvas opens with a flowing default composition; let it run for a few seconds to see the motion rhythm.
  2. Choose source count. Set how many morph sources drive the shape (2 to 8). 4 sources is the sweet spot for most uses. More sources mean more complex motion but can read as chaotic.
  3. Tune speed and smoothness. Slow speed reads as meditative; faster reads as energetic. Slide smoothness from organic blobs to harder shapes depending on the look you want.
  4. Export. Pause and export PNG, or capture a 10 to 60 second MP4 with seamless loop on Pro plans for use as a music or meditation app backplate.
Tip. Morph works best at slow speeds. Default speed feels right for marketing; for meditation contexts, reduce by 30 to 50 percent. The slower the motion, the longer the viewer can comfortably watch.

Morph for meditation and wellness apps

Morph gradients are the default visual backdrop for almost every major meditation and sleep app in 2026. Headspace, Calm, Balance, Insight Timer, Oak, all use slowly-morphing gradient surfaces during guided meditations and sleep stories. The reason is precise.

When the brain has nothing specific to track visually, it disengages from visual processing and lets attention drift. This is what meditation apps want. A static gradient is too inert (the eye stops registering it within seconds and the visual brain looks elsewhere). A morphing gradient gives the eye just enough to follow without demanding attention. The visual system stays passively engaged while the conscious mind focuses on the audio.

Recommended settings for meditation use:

  • Speed: 0.3 to 0.5x default. Faster reads as anxious.
  • Source count: 3 to 5. Fewer feels empty; more feels busy.
  • Palette: 2 to 3 colours, related tones. Cool blues and purples read as calming; warm pinks and oranges read as comforting; greens read as grounding. Avoid saturated reds (alarming) and pure black (clinical).
  • Smoothness: high. Hard edges register as objects; soft edges blend into background.

For the brand identity work that surrounds these apps (marketing pages, App Store screenshots, social media), the same morph generator gives you assets that feel cohesive with the in-app experience.

Morph for music streaming visuals

Music streaming platforms (Spotify Canvas, Apple Music Animated Artwork, YouTube Music) support short looping video backplates attached to tracks. Morph gradients are one of the most popular formats for this slot, especially for ambient, electronic, and instrumental tracks.

For music context, the parameters differ from meditation:

  • Speed: 0.7 to 1.0x default. Music has rhythm; the visual should match.
  • Source count: 4 to 6. More visual interest than meditation needs.
  • Palette: 3 to 5 colours, including at least one bright accent. Music backplates need visual punch.
  • Loop duration: 10 to 30 seconds. Matches the typical visualiser slot length on most platforms.

For commercial music releases, export at the platform-specific aspect ratio: 9:16 vertical for Spotify Canvas and Apple Music, 16:9 for YouTube Music. The studio handles aspect ratios directly in the export panel.

How the seamless loop works

Most "looping" backgrounds you see online are technically just videos that restart. The transition from end to beginning is visible as a small jump cut, which the brain notices even if you cannot articulate why. The studios morph export avoids this by mathematically constraining the source-point trajectories so that each source returns to its starting position at the loops end time.

The math: each source moves along a parametric curve where position(t=0) equals position(t=duration). The curve is periodic with period equal to the loop duration. This guarantees that the last frame of the export matches the first frame exactly, frame-for-frame, pixel-for-pixel. No jump cut.

What you get in practice: the video plays continuously, indefinitely, with no visible loop point. Useful for video walls, signage displays, looped product backgrounds, and any context where the viewer might watch for minutes at a time.

Can I do morph effects in pure CSS?

Not really. Pure CSS animation handles colour panning (animating background-position) and simple shape morphs (border-radius transitions), but it cannot do continuous procedural field blending across multiple source points.

The closest CSS approximation is a multi-layer radial gradient that animates background-position on each layer at different speeds:

CSS
.morph-like {
  background:
    radial-gradient(at 30% 30%, #6366f1 0%, transparent 50%),
    radial-gradient(at 70% 70%, #ec4899 0%, transparent 50%),
    radial-gradient(at 30% 70%, #f59e0b 0%, transparent 50%),
    radial-gradient(at 70% 30%, #14b8a6 0%, transparent 50%),
    #0f172a;
  background-size: 200% 200%;
  animation: morph-drift 20s ease-in-out infinite;
}

@keyframes morph-drift {
  0%, 100% { background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0%; }
  50%      { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%; }
}

This produces a passable approximation of morph motion in pure CSS, no JavaScript or WebGL required. It costs essentially nothing to run and works in every browser. For applications where the visual quality only needs to be "close enough", this is plenty. For high-fidelity morph (the kind meditation apps use), export from the studio.

Where morph gradients work best

  • Meditation and sleep apps. The dominant use case. Headspace, Calm, Balance, and others have built their visual identity around morph-style gradients.
  • Music streaming visualisations. Spotify Canvas, Apple Music Animated Artwork, YouTube Music backplates.
  • Slow video intros and outros. 5 to 15 second morph clips make excellent transition pieces in brand video.
  • Mood lighting and ambient displays. Philips Hue Sync, smart-display ambient backgrounds, video wall installations.
  • Spa, wellness, and lifestyle brand marketing. The visual rhythm matches the brand promise.
  • Yoga studio and retreat marketing. Especially for studios marketing online experiences.
  • Therapy app interfaces. Mental-health and therapy apps use morph as ambient backdrop during exercises.

Common mistakes

  1. Speed too fast. Morph at default speed already feels engaging; faster reads as anxious or chaotic. Lean slower than your instinct.
  2. Too many source points. 7 or 8 sources stop reading as one liquid and start reading as visual chaos. Stay between 3 and 5 for most uses.
  3. Saturated palette. Morph at high saturation reads as alarming or migraine-inducing. Use muted tones, especially for meditation contexts.
  4. No loop closure. If your exported video does not actually loop (no seamless loop guarantee), viewers will sense the jump cut. Use the studios Pro plan loop export.
  5. Forgetting prefers-reduced-motion. If embedding morph live in a website, wrap in the prefers-reduced-motion media query. Show a static fallback for users who opt out of motion.
  6. Pure black or pure white background. Pure black makes the motion feel clinical; pure white makes it feel washed out. Use a tinted near-black or near-white.

Frequently asked questions

What is a morph gradient?

A morph gradient renders a continuously reshaping organic surface where colours and shapes flow into one another over time. Where a blob gradient keeps distinct shapes visible (each blob retains its boundary), a morph gradient lets shapes melt fully into one another, prioritising flow over individual shape definition. The result feels like a lava lamp, but tunable.

How is this different from blob or metaball gradients?

Blob and metaball gradients keep distinct shapes visible. Morph gradients let shapes melt together more fully. The technical difference: blob and metaball use isosurface thresholding (each blob has a definite boundary); morph uses continuous field blending (shapes have no hard edges). Pick morph when you want flowing liquid; pick blob when you want soft distinct shapes.

Can I get a seamless video loop?

Yes. Pro plans include MP4 and WebM export with seamless loop guarantee. The studio ensures the last frame matches the first frame, so the video plays continuously without a visible cut.

How long can the export video be?

Up to 60 seconds on Pro plans. Studio plans support longer durations if you need extended loops for signage or installation art.

Is this resource-intensive on phones?

Morph renders at 60fps on modern phones. On older devices the live preview reduces quality automatically while keeping export quality at full settings.

Can I match this to my brand colours?

Yes. Paste hex codes into the palette. The morph motion adapts to whatever colours you provide; the visual rhythm is independent of the colour choice.

What use cases work best?

Meditation and wellness app backgrounds, music streaming visualisations, slow video intros, generative art, mood lighting effects on Philips Hue and ambient displays.

Why does morph feel calming?

The motion is procedural and never repeats exactly, but the colour palette and slow tempo create a meditative effect. The brain stops trying to predict what comes next and settles into a passive observation mode. This is why morph is the default visual for most meditation and sleep apps.

Ready to design yours?

Free, no signup required. Export to CSS, PNG, React, or MP4 video.

Open the editor