kitzos

CSS Gradient Generator

Create linear and radial CSS gradients with a live preview and copy-ready code.

Type

Colors

How to use

  1. 1

    Choose linear or radial

    Select a linear gradient for directional blends or a radial gradient for circular color spreads from the center outward.

  2. 2

    Set colors and angle

    Pick color stops with the color inputs, adjust the angle for linear gradients, and add or remove stops (up to six colors).

  3. 3

    Preview the gradient live

    A large preview box updates in real time so you can fine-tune colors and direction before copying the code.

  4. 4

    Copy the CSS

    Click copy to get a ready-to-paste background property for your stylesheet, Tailwind arbitrary value, or inline style.

Frequently Asked Questions

It produces a complete background declaration — either linear-gradient(angle, colors) or radial-gradient(circle, colors) — ready to paste into your CSS.