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