CSS Tools
Popular
Recently added

Gradient Generator

Pick two colors and a direction to generate a linear-gradient background declaration with a live preview. Free online CSS generator - instant, no signup needed.

Features

  • Two-color linear gradients
  • Common directions plus 45deg
  • Live preview
  • Copy CSS

How to use Gradient Generator

  • 1
    Set color 1, color 2, and direction.
  • 2
    Copy the generated CSS.

Examples

Blue fade

Input
#1976d2 → #42a5f5
Output
background: linear-gradient(to right, #1976d2, #42a5f5);

About Gradient Generator

CSS Gradient Generator helps you craft linear gradients for UI backgrounds and buttons. Preview updates live and CSS is ready to copy.

Frequently asked questions

This tool focuses on linear gradients.

Currently two stops. You can edit the CSS after copying.

No.