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: #b3b3ad;
}
.color-2 {
color: #9b9992;
}
.color-3 {
color: #868379;
}
.color-4 {
color: #756f61;
}
.color-5 {
color: #585446;
}
/* CSS Variables */
:root {
--color-1: #b3b3ad;
--color-2: #9b9992;
--color-3: #868379;
--color-4: #756f61;
--color-5: #585446;
}
Whispers of Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3b3ad, #9b9992, #868379, #756f61, #585446);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3b3ad, #9b9992, #868379, #756f61, #585446);
}
Similar color palettes
Whispers of Earth color palette created on .