CSS repeatingradialgradient() Function (original) (raw)

CSS repeating-radial-gradient() Function

Last Updated : 30 Aug, 2024

The repeating-radial-gradient() function is an inbuilt function in CSS that is used to repeat radial gradients.

**Syntax:

background-image: repeating-radial-gradient(shape size at position,
start-color, ..., last-color);

**Parameters: This function accepts many parameters which are listed below:

Below example illustrates the repeating-radial-gradient() function in CSS:

**Example: In this example, The #main element applies a repeating radial gradient background from blue to white to green.

html `

CSS Gradients