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: #f5e6b7;
}
.color-2 {
color: #e1c6a8;
}
.color-3 {
color: #dabca0;
}
.color-4 {
color: #c1a68b;
}
.color-5 {
color: #a77a6c;
}

/* CSS Variables */
:root {
--color-1: #f5e6b7;
--color-2: #e1c6a8;
--color-3: #dabca0;
--color-4: #c1a68b;
--color-5: #a77a6c;
}

Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6b7, #e1c6a8, #dabca0, #c1a68b, #a77a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6b7, #e1c6a8, #dabca0, #c1a68b, #a77a6c);
}

Light Beige color palette created on .