Whispers of Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Earth palette
Whispers of Earth color palette CSS
/* CSS */
.color-1 {
color: #f8f7f7;
}
.color-2 {
color: #cbbaa4;
}
.color-3 {
color: #ac9780;
}
.color-4 {
color: #7b6e60;
}
.color-5 {
color: #644f3f;
}
/* CSS Variables */
:root {
--color-1: #f8f7f7;
--color-2: #cbbaa4;
--color-3: #ac9780;
--color-4: #7b6e60;
--color-5: #644f3f;
}
Whispers of Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f7f7, #cbbaa4, #ac9780, #7b6e60, #644f3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f7f7, #cbbaa4, #ac9780, #7b6e60, #644f3f);
}
Similar color palettes
Scroll down to explore 5 Soft beige color palettes
Whispers of Earth color palette created on .