Design CSS gradients with live preview and copy the code.
Create CSS gradients visually with a live preview. Pick colors, adjust angles, and add stops to build linear or radial gradients, then copy the generated CSS code for your website.
Use background: linear-gradient(direction, color1, color2). This tool generates the exact CSS code visually so you don't need to write it by hand.
Linear gradients transition in a straight line (top to bottom, left to right). Radial gradients radiate outward from a center point in a circular or elliptical pattern.