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: #faf7eb;
}
.color-2 {
color: #e1c6a3;
}
.color-3 {
color: #d4b88c;
}
.color-4 {
color: #c5a87c;
}
.color-5 {
color: #b79f5c;
}

/* CSS Variables */
:root {
--color-1: #faf7eb;
--color-2: #e1c6a3;
--color-3: #d4b88c;
--color-4: #c5a87c;
--color-5: #b79f5c;
}

Whispers of Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf7eb, #e1c6a3, #d4b88c, #c5a87c, #b79f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf7eb, #e1c6a3, #d4b88c, #c5a87c, #b79f5c);
}

Whispers of Elegance color palette created on .