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 PNG image

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: #f8f6f1;
}
.color-2 {
color: #e5d6c2;
}
.color-3 {
color: #d0b69a;
}
.color-4 {
color: #b6a26d;
}
.color-5 {
color: #a48c56;
}

/* CSS Variables */
:root {
--color-1: #f8f6f1;
--color-2: #e5d6c2;
--color-3: #d0b69a;
--color-4: #b6a26d;
--color-5: #a48c56;
}

Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f6f1, #e5d6c2, #d0b69a, #b6a26d, #a48c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f6f1, #e5d6c2, #d0b69a, #b6a26d, #a48c56);
}

Light Beige color palette created on .