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: #f7e6ca;
}
.color-2 {
color: #e3c6a1;
}
.color-3 {
color: #d1a67a;
}
.color-4 {
color: #c69c6c;
}
.color-5 {
color: #b68a49;
}

/* CSS Variables */
:root {
--color-1: #f7e6ca;
--color-2: #e3c6a1;
--color-3: #d1a67a;
--color-4: #c69c6c;
--color-5: #b68a49;
}

Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6ca, #e3c6a1, #d1a67a, #c69c6c, #b68a49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6ca, #e3c6a1, #d1a67a, #c69c6c, #b68a49);
}

Light Beige color palette created on .