Eggplant Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eggplant Dreams palette

Share this palette to:

Eggplant Dreams color palette CSS

/* CSS */
.color-1 {
color: #971197;
}
.color-2 {
color: #a54a98;
}
.color-3 {
color: #c68eeb;
}
.color-4 {
color: #d5b3e6;
}
.color-5 {
color: #e2c7f0;
}

/* CSS Variables */
:root {
--color-1: #971197;
--color-2: #a54a98;
--color-3: #c68eeb;
--color-4: #d5b3e6;
--color-5: #e2c7f0;
}

Eggplant Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #971197, #a54a98, #c68eeb, #d5b3e6, #e2c7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #971197, #a54a98, #c68eeb, #d5b3e6, #e2c7f0);
}

Eggplant Dreams color palette created on .