Whispers of Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Elegance palette

Share this palette to:

Whispers of Elegance color palette CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d6a8cb;
}
.color-3 {
color: #b58cb5;
}
.color-4 {
color: #a66dba;
}
.color-5 {
color: #7f4f8c;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d6a8cb;
--color-3: #b58cb5;
--color-4: #a66dba;
--color-5: #7f4f8c;
}

Whispers of Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d6a8cb, #b58cb5, #a66dba, #7f4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d6a8cb, #b58cb5, #a66dba, #7f4f8c);
}

Whispers of Elegance color palette created on .