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: #e4cfc4;
}
.color-2 {
color: #d5bcaa;
}
.color-3 {
color: #c5a69b;
}
.color-4 {
color: #b4978d;
}
.color-5 {
color: #a88d80;
}

/* CSS Variables */
:root {
--color-1: #e4cfc4;
--color-2: #d5bcaa;
--color-3: #c5a69b;
--color-4: #b4978d;
--color-5: #a88d80;
}

Warm Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4cfc4, #d5bcaa, #c5a69b, #b4978d, #a88d80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4cfc4, #d5bcaa, #c5a69b, #b4978d, #a88d80);
}

Warm Beige color palette created on .