Delicate Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Delicate Beige palette

Share this palette to:

Delicate Beige color palette CSS

/* CSS */
.color-1 {
color: #e3d6c0;
}
.color-2 {
color: #d1c6b8;
}
.color-3 {
color: #c3b7a2;
}
.color-4 {
color: #b49f8e;
}
.color-5 {
color: #a58b73;
}

/* CSS Variables */
:root {
--color-1: #e3d6c0;
--color-2: #d1c6b8;
--color-3: #c3b7a2;
--color-4: #b49f8e;
--color-5: #a58b73;
}

Delicate Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d6c0, #d1c6b8, #c3b7a2, #b49f8e, #a58b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d6c0, #d1c6b8, #c3b7a2, #b49f8e, #a58b73);
}

Delicate Beige color palette created on .