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: #f7e6a1;
}
.color-2 {
color: #e4cda0;
}
.color-3 {
color: #d2b89d;
}
.color-4 {
color: #c4a68d;
}
.color-5 {
color: #beae79;
}

/* CSS Variables */
:root {
--color-1: #f7e6a1;
--color-2: #e4cda0;
--color-3: #d2b89d;
--color-4: #c4a68d;
--color-5: #beae79;
}

Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6a1, #e4cda0, #d2b89d, #c4a68d, #beae79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6a1, #e4cda0, #d2b89d, #c4a68d, #beae79);
}

Light Beige color palette created on .