Vibrant Eggplant Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Eggplant Symphony palette

Share this palette to:

Download Vibrant Eggplant Symphony Color Palette (PNG)

Download vibrant eggplant symphony color palette PNG image (landscape)
Download vibrant eggplant symphony color palette PNG image (square)

Vibrant Eggplant Symphony color palette CSS

/* CSS */
.color-1 {
color: #550066;
}
.color-2 {
color: #7a0066;
}
.color-3 {
color: #a80068;
}
.color-4 {
color: #d10065;
}
.color-5 {
color: #ff3366;
}

/* CSS Variables */
:root {
--color-1: #550066;
--color-2: #7a0066;
--color-3: #a80068;
--color-4: #d10065;
--color-5: #ff3366;
}

Vibrant Eggplant Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #550066, #7a0066, #a80068, #d10065, #ff3366);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #550066, #7a0066, #a80068, #d10065, #ff3366);
}

Vibrant Eggplant Symphony color palette created on .