Light Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Beige palette

Share this palette to:

Light Beige color palette CSS

/* CSS */
.color-1 {
color: #e9d2c3;
}
.color-2 {
color: #d3c3b1;
}
.color-3 {
color: #bcab9f;
}
.color-4 {
color: #f2e1cf;
}
.color-5 {
color: #c3b09d;
}

/* CSS Variables */
:root {
--color-1: #e9d2c3;
--color-2: #d3c3b1;
--color-3: #bcab9f;
--color-4: #f2e1cf;
--color-5: #c3b09d;
}

Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d2c3, #d3c3b1, #bcab9f, #f2e1cf, #c3b09d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d2c3, #d3c3b1, #bcab9f, #f2e1cf, #c3b09d);
}

Light Beige color palette created on .