Whispering Earth Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Earth Tones palette
Whispering Earth Tones color palette CSS
/* CSS */
.color-1 {
color: #ebe6db;
}
.color-2 {
color: #cdcdcb;
}
.color-3 {
color: #c1beb9;
}
.color-4 {
color: #a1978c;
}
.color-5 {
color: #7a6b62;
}
/* CSS Variables */
:root {
--color-1: #ebe6db;
--color-2: #cdcdcb;
--color-3: #c1beb9;
--color-4: #a1978c;
--color-5: #7a6b62;
}
Whispering Earth Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebe6db, #cdcdcb, #c1beb9, #a1978c, #7a6b62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebe6db, #cdcdcb, #c1beb9, #a1978c, #7a6b62);
}
Similar color palettes
Scroll down to explore 3 Soft beige color palettes
Whispering Earth Tones color palette created on .