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 PNG image

Download whispers of elegance color palette PNG image (landscape)
Download whispers of elegance color palette PNG image (square)

Whispers of Elegance color palette CSS

/* CSS */
.color-1 {
color: #e0b2b2;
}
.color-2 {
color: #b7a4a4;
}
.color-3 {
color: #f0d6e2;
}
.color-4 {
color: #f5e5f5;
}
.color-5 {
color: #d1d1d1;
}

/* CSS Variables */
:root {
--color-1: #e0b2b2;
--color-2: #b7a4a4;
--color-3: #f0d6e2;
--color-4: #f5e5f5;
--color-5: #d1d1d1;
}

Whispers of Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b2b2, #b7a4a4, #f0d6e2, #f5e5f5, #d1d1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b2b2, #b7a4a4, #f0d6e2, #f5e5f5, #d1d1d1);
}

Whispers of Elegance color palette created on .