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: #d7d5d1;
}
.color-2 {
color: #ada59f;
}
.color-3 {
color: #938b85;
}
.color-4 {
color: #6f6962;
}
.color-5 {
color: #5a4e49;
}
/* CSS Variables */
:root {
--color-1: #d7d5d1;
--color-2: #ada59f;
--color-3: #938b85;
--color-4: #6f6962;
--color-5: #5a4e49;
}
Whispers of Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7d5d1, #ada59f, #938b85, #6f6962, #5a4e49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7d5d1, #ada59f, #938b85, #6f6962, #5a4e49);
}
Similar color palettes
Whispers of Earth color palette created on .