Whispers of Earthy Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Earthy Elegance palette
Image Gallery

Whispers of Earthy Elegance color palette CSS
/* CSS */
.color-1 {
color: #d8d2ca;
}
.color-2 {
color: #b7a89a;
}
.color-3 {
color: #bc8929;
}
.color-4 {
color: #857366;
}
.color-5 {
color: #594331;
}
/* CSS Variables */
:root {
--color-1: #d8d2ca;
--color-2: #b7a89a;
--color-3: #bc8929;
--color-4: #857366;
--color-5: #594331;
}
Whispers of Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d2ca, #b7a89a, #bc8929, #857366, #594331);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d2ca, #b7a89a, #bc8929, #857366, #594331);
}
Similar color palettes
Whispers of Earthy Elegance color palette created on .