Earthy Whispering Woods Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Whispering Woods palette
Image Gallery
Earthy Whispering Woods color palette CSS
/* CSS */
.color-1 {
color: #d4cdbf;
}
.color-2 {
color: #b8ab94;
}
.color-3 {
color: #a19278;
}
.color-4 {
color: #897a5d;
}
.color-5 {
color: #716747;
}
/* CSS Variables */
:root {
--color-1: #d4cdbf;
--color-2: #b8ab94;
--color-3: #a19278;
--color-4: #897a5d;
--color-5: #716747;
}
Earthy Whispering Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4cdbf, #b8ab94, #a19278, #897a5d, #716747);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4cdbf, #b8ab94, #a19278, #897a5d, #716747);
}
Similar color palettes
Scroll down to explore 2 Beige color palettes
Earthy Whispering Woods color palette created on .