Warm Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Earth palette

Share this palette to:

Warm Earth color palette CSS

/* CSS */
.color-1 {
color: #f1eee4;
}
.color-2 {
color: #e2c6b1;
}
.color-3 {
color: #d79a79;
}
.color-4 {
color: #bb5f5d;
}
.color-5 {
color: #8c3b4a;
}

/* CSS Variables */
:root {
--color-1: #f1eee4;
--color-2: #e2c6b1;
--color-3: #d79a79;
--color-4: #bb5f5d;
--color-5: #8c3b4a;
}

Warm Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1eee4, #e2c6b1, #d79a79, #bb5f5d, #8c3b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1eee4, #e2c6b1, #d79a79, #bb5f5d, #8c3b4a);
}

Warm Earth color palette created on .