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