Earthy Whisper Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Whisper Tones palette
Earthy Whisper Tones color palette CSS
/* CSS */
.color-1 {
color: #d6c5b8;
}
.color-2 {
color: #c1a68f;
}
.color-3 {
color: #ad8e71;
}
.color-4 {
color: #8d6d53;
}
.color-5 {
color: #6c4d32;
}
/* CSS Variables */
:root {
--color-1: #d6c5b8;
--color-2: #c1a68f;
--color-3: #ad8e71;
--color-4: #8d6d53;
--color-5: #6c4d32;
}
Earthy Whisper Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c5b8, #c1a68f, #ad8e71, #8d6d53, #6c4d32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c5b8, #c1a68f, #ad8e71, #8d6d53, #6c4d32);
}
Similar color palettes
Earthy Whisper Tones color palette created on .