Earthy Whisper Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Whisper Tones palette

Share this palette to:

Earthy Whisper Tones color palette CSS

/* CSS */
.color-1 {
color: #c8bfac;
}
.color-2 {
color: #a5977e;
}
.color-3 {
color: #8a7a5c;
}
.color-4 {
color: #6e6445;
}
.color-5 {
color: #595331;
}

/* CSS Variables */
:root {
--color-1: #c8bfac;
--color-2: #a5977e;
--color-3: #8a7a5c;
--color-4: #6e6445;
--color-5: #595331;
}

Earthy Whisper Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8bfac, #a5977e, #8a7a5c, #6e6445, #595331);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8bfac, #a5977e, #8a7a5c, #6e6445, #595331);
}

Earthy Whisper Tones color palette created on .