Whispers of Earth and Shadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Earth and Shadow palette
Whispers of Earth and Shadow color palette CSS
/* CSS */
.color-1 {
color: #d2ba93;
}
.color-2 {
color: #9a8660;
}
.color-3 {
color: #676342;
}
.color-4 {
color: #343737;
}
.color-5 {
color: #282929;
}
/* CSS Variables */
:root {
--color-1: #d2ba93;
--color-2: #9a8660;
--color-3: #676342;
--color-4: #343737;
--color-5: #282929;
}
Whispers of Earth and Shadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2ba93, #9a8660, #676342, #343737, #282929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2ba93, #9a8660, #676342, #343737, #282929);
}
Similar color palettes
Scroll down to explore 2 Earthy tones color palettes
Whispers of Earth and Shadow color palette created on .