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: #f9e7d7;
}
.color-2 {
color: #f2c7a1;
}
.color-3 {
color: #eabf8b;
}
.color-4 {
color: #d69b6b;
}
.color-5 {
color: #c77b52;
}

/* CSS Variables */
:root {
--color-1: #f9e7d7;
--color-2: #f2c7a1;
--color-3: #eabf8b;
--color-4: #d69b6b;
--color-5: #c77b52;
}

Warm Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e7d7, #f2c7a1, #eabf8b, #d69b6b, #c77b52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e7d7, #f2c7a1, #eabf8b, #d69b6b, #c77b52);
}

Warm Beige color palette created on .