Light Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Beige palette

Share this palette to:

Download Light Beige Color Palette (PNG)

Download light beige color palette PNG image (landscape)
Download light beige color palette PNG image (square)

Light Beige color palette CSS

/* CSS */
.color-1 {
color: #e3d3ba;
}
.color-2 {
color: #b8a899;
}
.color-3 {
color: #d6c2c2;
}
.color-4 {
color: #f2e5d4;
}
.color-5 {
color: #f4c3c3;
}

/* CSS Variables */
:root {
--color-1: #e3d3ba;
--color-2: #b8a899;
--color-3: #d6c2c2;
--color-4: #f2e5d4;
--color-5: #f4c3c3;
}

Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d3ba, #b8a899, #d6c2c2, #f2e5d4, #f4c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d3ba, #b8a899, #d6c2c2, #f2e5d4, #f4c3c3);
}

Light Beige color palette created on .