Vibrant Purple Garden Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Purple Garden palette

Condividi questa palette a:

tavolozza dei colori Vibrant Purple Garden CSS

/* CSS */
.color-1 {
color: #9b58b6;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #28af60;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #9b58b6;
--color-2: #f1c40e;
--color-3: #28af60;
--color-4: #ff6e61;
--color-5: #e74d3c;
}

CSS con gradiente di sfondo Vibrant Purple Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b58b6, #f1c40e, #28af60, #ff6e61, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b58b6, #f1c40e, #28af60, #ff6e61, #e74d3c);
}

Vibrant Purple Garden color palette created on .