Warm Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Beige palette

Share this palette to:

Warm Beige color palette CSS

/* CSS */
.color-1 {
color: #e8d1b0;
}
.color-2 {
color: #d6b39f;
}
.color-3 {
color: #c79c8f;
}
.color-4 {
color: #b89e6b;
}
.color-5 {
color: #a67a54;
}

/* CSS Variables */
:root {
--color-1: #e8d1b0;
--color-2: #d6b39f;
--color-3: #c79c8f;
--color-4: #b89e6b;
--color-5: #a67a54;
}

Warm Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d1b0, #d6b39f, #c79c8f, #b89e6b, #a67a54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d1b0, #d6b39f, #c79c8f, #b89e6b, #a67a54);
}

Warm Beige color palette created on .