Soft Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Beige palette

Share this palette to:

Soft Beige color palette CSS

/* CSS */
.color-1 {
color: #f5e3b7;
}
.color-2 {
color: #e2c0a7;
}
.color-3 {
color: #d0aa9a;
}
.color-4 {
color: #c4938d;
}
.color-5 {
color: #b67c7f;
}

/* CSS Variables */
:root {
--color-1: #f5e3b7;
--color-2: #e2c0a7;
--color-3: #d0aa9a;
--color-4: #c4938d;
--color-5: #b67c7f;
}

Soft Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3b7, #e2c0a7, #d0aa9a, #c4938d, #b67c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3b7, #e2c0a7, #d0aa9a, #c4938d, #b67c7f);
}

Soft Beige color palette created on .