Whispers of Warm Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Warm Earth palette

Share this palette to:

Whispers of Warm Earth color palette CSS

/* CSS */
.color-1 {
color: #ded5ca;
}
.color-2 {
color: #dbcdbd;
}
.color-3 {
color: #d2cdc6;
}
.color-4 {
color: #c3b6a7;
}
.color-5 {
color: #a89a8a;
}

/* CSS Variables */
:root {
--color-1: #ded5ca;
--color-2: #dbcdbd;
--color-3: #d2cdc6;
--color-4: #c3b6a7;
--color-5: #a89a8a;
}

Whispers of Warm Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ded5ca, #dbcdbd, #d2cdc6, #c3b6a7, #a89a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ded5ca, #dbcdbd, #d2cdc6, #c3b6a7, #a89a8a);
}

Similar color palettes

Scroll down to explore 1 Soft beige color palette

Whispers of Warm Earth color palette created on .