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: #d2c5b1;
}
.color-2 {
color: #e3d3c4;
}
.color-3 {
color: #f4e0c8;
}
.color-4 {
color: #f4c8b3;
}
.color-5 {
color: #d2a68e;
}

/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #e3d3c4;
--color-3: #f4e0c8;
--color-4: #f4c8b3;
--color-5: #d2a68e;
}

Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #e3d3c4, #f4e0c8, #f4c8b3, #d2a68e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #e3d3c4, #f4e0c8, #f4c8b3, #d2a68e);
}

Light Beige color palette created on .