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: #f3ede2;
}
.color-2 {
color: #dbccb8;
}
.color-3 {
color: #cfbca5;
}
.color-4 {
color: #c4ae92;
}
.color-5 {
color: #b89d7a;
}

/* CSS Variables */
:root {
--color-1: #f3ede2;
--color-2: #dbccb8;
--color-3: #cfbca5;
--color-4: #c4ae92;
--color-5: #b89d7a;
}

Whispers of Warm Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ede2, #dbccb8, #cfbca5, #c4ae92, #b89d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ede2, #dbccb8, #cfbca5, #c4ae92, #b89d7a);
}

Whispers of Warm Earth color palette created on .