Whispers of Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Elegance palette
Whispers of Elegance color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fbf8f4;
}
.color-3 {
color: #ebe9ec;
}
.color-4 {
color: #d0c7be;
}
.color-5 {
color: #bdad98;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbf8f4;
--color-3: #ebe9ec;
--color-4: #d0c7be;
--color-5: #bdad98;
}
Whispers of Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbf8f4, #ebe9ec, #d0c7be, #bdad98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbf8f4, #ebe9ec, #d0c7be, #bdad98);
}
Similar color palettes
Scroll down to explore 50+ White color palettes
Whispers of Elegance color palette created on .