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: #d9b99b;
}
.color-2 {
color: #f6e3b6;
}
.color-3 {
color: #f9b3ae;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #c4b2d2;
}
/* CSS Variables */
:root {
--color-1: #d9b99b;
--color-2: #f6e3b6;
--color-3: #f9b3ae;
--color-4: #eab8d1;
--color-5: #c4b2d2;
}
Whispers of Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b99b, #f6e3b6, #f9b3ae, #eab8d1, #c4b2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b99b, #f6e3b6, #f9b3ae, #eab8d1, #c4b2d2);
}
Similar color palettes
Whispers of Elegance color palette created on .