Whispers of Earthy Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Earthy Elegance palette

Share this palette to:

Whispers of Earthy Elegance color palette CSS

/* CSS */
.color-1 {
color: #f4ecdd;
}
.color-2 {
color: #dbcfb8;
}
.color-3 {
color: #b9b17e;
}
.color-4 {
color: #978d63;
}
.color-5 {
color: #75684d;
}

/* CSS Variables */
:root {
--color-1: #f4ecdd;
--color-2: #dbcfb8;
--color-3: #b9b17e;
--color-4: #978d63;
--color-5: #75684d;
}

Whispers of Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4ecdd, #dbcfb8, #b9b17e, #978d63, #75684d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4ecdd, #dbcfb8, #b9b17e, #978d63, #75684d);
}

Whispers of Earthy Elegance color palette created on .