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: #f7e8c5;
}
.color-2 {
color: #e8d3b0;
}
.color-3 {
color: #d9b89b;
}
.color-4 {
color: #bfae8d;
}
.color-5 {
color: #a57f5f;
}

/* CSS Variables */
:root {
--color-1: #f7e8c5;
--color-2: #e8d3b0;
--color-3: #d9b89b;
--color-4: #bfae8d;
--color-5: #a57f5f;
}

Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8c5, #e8d3b0, #d9b89b, #bfae8d, #a57f5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8c5, #e8d3b0, #d9b89b, #bfae8d, #a57f5f);
}

Light Beige color palette created on .