gradient

The gradient CSS data type is a special type of image that consists of a progressive transition between two or more colors. These are commonly used for subtle shading in background images, buttons, and many other things.

Syntax



gradient = linear-gradient() | repeating-linear-gradient() | radial-gradient() | repeating-radial-gradient()