Aurora / Gradient Blob CSS Background Generator
Guide
Aurora / Gradient Blob CSS Background Generator
Build soft, glowing aurora-style backgrounds with up to four colored orbs you can drag, recolor, and resize on a live canvas. The tool outputs production-ready CSS using radial-gradient and filter: blur(), or a portable SVG using feGaussianBlur — so you can drop the result into any website, landing page, or hero section in seconds.
How to Use
- Pick a base color for the background behind the orbs.
- Adjust the global blur slider to control how soft the aurora glow appears.
- For each enabled orb, set its color, position, size, and opacity — or simply drag the numbered handle on the live preview.
- Switch the output to CSS or SVG depending on where you want to paste it.
- Click Randomize if you want a quick starting point, then fine-tune from there.
- Copy the code with the copy button — paste it into your stylesheet or component.
Features
- Multi-orb canvas editor – Up to four independent orbs, each with its own color, position, size, and opacity.
- Drag-to-reposition – Grab a numbered handle on the live preview and move it anywhere; sliders stay in sync.
- Global blur control – One slider tunes the overall softness of the aurora effect for all orbs at once.
- CSS or SVG output – Get a clean
radial-gradientstack withfilter: blur(), or a self-contained SVG that usesfeGaussianBlur. - Randomize button – Generates fresh colors and positions for enabled orbs to spark ideas.
- Copy and download – One-click copy or download of the generated code, ready to drop into your project.
FAQ
-
What is an aurora gradient background?
An aurora gradient is a background style that imitates the soft, blurred light bands of the aurora borealis. It is typically built by layering several large, heavily blurred radial color spots over a dark base, so the colors bleed into each other gently rather than meeting at sharp lines. This look became popular on modern SaaS landing pages because it adds depth and motion-friendly atmosphere without the visual weight of a photograph.
-
How does CSS radial-gradient combined with filter:blur create the blob effect?
A radial-gradient draws a circular color spot that fades to a chosen endpoint, so layering several of them produces sharp-edged colored discs. Applying filter:blur to the layer softens those discs by averaging each pixel with its neighbors, which turns the hard circles into wispy, glowing blobs. Increasing the blur radius spreads the averaging further, which makes the blobs look larger and more diffuse even though the underlying gradients have not changed.
-
What is the difference between using CSS filter:blur and SVG feGaussianBlur?
Both apply a Gaussian-style blur, but they live in different rendering pipelines. CSS filter:blur is fast and hardware-accelerated in most browsers, but it can clip at the edges of the element and may interact awkwardly with transforms, stacking contexts, or backdrop filters. SVG feGaussianBlur is part of the SVG filter graph, so it composites predictably inside the SVG viewBox and is easy to embed as a single self-contained asset, which is useful when you want the background to travel with markup or be exported as an image.
-
Why are blurred backgrounds considered a performance concern?
Heavy blur filters force the browser to repaint large areas every frame they change, and a large blur radius increases the kernel size the GPU has to convolve. On low-end devices, animating a strongly blurred element or stacking many blurred layers on top of scrolling content can drop the frame rate and drain the battery. The common mitigations are to keep blurred layers static, pre-render them to an image when possible, or move them to their own composited layer so the rest of the page does not re-blur on every scroll.
Install Our Extensions
Add IO tools to your favorite browser for instant access and faster searching
恵 Scoreboard Has Arrived!
Scoreboard is a fun way to keep track of your games, all data is stored in your browser. More features are coming soon!
Must-Try Tools
View All New Arrivals
View AllUpdate: Our latest tool was added on Jun 18, 2026
