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: #edece8;
}
.color-2 {
color: #dddad5;
}
.color-3 {
color: #d3ccc0;
}
.color-4 {
color: #bdb3a8;
}
.color-5 {
color: #999185;
}
/* CSS Variables */
:root {
--color-1: #edece8;
--color-2: #dddad5;
--color-3: #d3ccc0;
--color-4: #bdb3a8;
--color-5: #999185;
}
Whispers of Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edece8, #dddad5, #d3ccc0, #bdb3a8, #999185);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edece8, #dddad5, #d3ccc0, #bdb3a8, #999185);
}
Similar color palettes
Whispers of Earth color palette created on .