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: #f3e6c4;
}
.color-2 {
color: #f7d6a1;
}
.color-3 {
color: #f7b28d;
}
.color-4 {
color: #e29a7e;
}
.color-5 {
color: #d78060;
}

/* CSS Variables */
:root {
--color-1: #f3e6c4;
--color-2: #f7d6a1;
--color-3: #f7b28d;
--color-4: #e29a7e;
--color-5: #d78060;
}

Light Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e6c4, #f7d6a1, #f7b28d, #e29a7e, #d78060);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e6c4, #f7d6a1, #f7b28d, #e29a7e, #d78060);
}

Light Beige color palette created on .