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: #f0f0ea;
}
.color-2 {
color: #b7aea4;
}
.color-3 {
color: #957b65;
}
.color-4 {
color: #836a54;
}
.color-5 {
color: #725b46;
}
/* CSS Variables */
:root {
--color-1: #f0f0ea;
--color-2: #b7aea4;
--color-3: #957b65;
--color-4: #836a54;
--color-5: #725b46;
}
Whispers of Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0ea, #b7aea4, #957b65, #836a54, #725b46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0ea, #b7aea4, #957b65, #836a54, #725b46);
}
Similar color palettes
Whispers of Earth color palette created on .