CSS Shadow, Gradient and Animation Generators

The visual layer: depth, colour, texture and movement. Stack shadows until they look right, blend gradients, frost a panel with a backdrop blur, generate a background pattern, and design an easing curve or a keyframe sequence by dragging rather than by editing numbers and reloading.

Every Shadows, Gradients & Motion tool

Shadows

The box shadow generator supports multiple layered shadows with offset, blur, spread, colour and inset, which is how realistic elevation is built — one shadow never looks right. Text shadow does the same for type, including the stacked shadows used for long-shadow and outline effects. Neumorphism produces the paired light and dark shadows of the soft-extruded style from a single background colour.

Gradients and glass

Gradient maker handles linear, radial and conic gradients with any number of colour stops, angle control and a CSS output that includes the fallback colour. Mesh gradient layers several radial gradients to produce the blurred multi-colour backgrounds that flat gradients cannot. Backdrop filter and glassmorphism apply blur, saturation and brightness to whatever sits behind an element, with the border and translucency that sell the frosted-glass look; the tools warn where support needs a prefix.

Filters and texture

Image filters applies the CSS filter functions — grayscale, sepia, contrast, hue-rotate and the rest — to an image you drop in and outputs the rule. CSS noise generates a grain overlay as an inline SVG data URI, and CSS pattern produces repeating geometric backgrounds — stripes, dots, checks, chevrons — from pure gradients, with no image file.

Motion

The cubic-bezier editor lets you drag the control points of an easing curve and compare it against the standard easings on a moving sample. Keyframes builds an animation step by step, with a timeline and the full @keyframes block plus the animation shorthand. CSS transform composes translate, rotate, scale and skew in 2D and 3D and shows the matrix, so you can see why order matters.

Scrollbars

Scrollbar styler writes both the WebKit pseudo-element rules and the standard scrollbar-color and scrollbar-width properties, so the styled scrollbar appears in every browser that supports either.

Output

Each tool shows a live preview and a copyable CSS block, and runs entirely in your browser.