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: #e8d1b5;
}
.color-2 {
color: #f2e4d4;
}
.color-3 {
color: #f6efe4;
}
.color-4 {
color: #e2d0c5;
}
.color-5 {
color: #d2b7a3;
}

/* CSS Variables */
:root {
--color-1: #e8d1b5;
--color-2: #f2e4d4;
--color-3: #f6efe4;
--color-4: #e2d0c5;
--color-5: #d2b7a3;
}

Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d1b5, #f2e4d4, #f6efe4, #e2d0c5, #d2b7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d1b5, #f2e4d4, #f6efe4, #e2d0c5, #d2b7a3);
}

Light Beige color palette created on .