Earthy Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Whisper palette
Earthy Whisper color palette CSS
/* CSS */
.color-1 {
color: #b3a28f;
}
.color-2 {
color: #8d7f68;
}
.color-3 {
color: #594f3a;
}
.color-4 {
color: #3c2f25;
}
.color-5 {
color: #2c1f16;
}
/* CSS Variables */
:root {
--color-1: #b3a28f;
--color-2: #8d7f68;
--color-3: #594f3a;
--color-4: #3c2f25;
--color-5: #2c1f16;
}
Earthy Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3a28f, #8d7f68, #594f3a, #3c2f25, #2c1f16);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3a28f, #8d7f68, #594f3a, #3c2f25, #2c1f16);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Earthy Whisper color palette created on .