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: #b7b29f;
}
.color-2 {
color: #d3d0c5;
}
.color-3 {
color: #e5d5d1;
}
.color-4 {
color: #f4e1d2;
}
.color-5 {
color: #f9e7d2;
}

/* CSS Variables */
:root {
--color-1: #b7b29f;
--color-2: #d3d0c5;
--color-3: #e5d5d1;
--color-4: #f4e1d2;
--color-5: #f9e7d2;
}

Soft Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7b29f, #d3d0c5, #e5d5d1, #f4e1d2, #f9e7d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7b29f, #d3d0c5, #e5d5d1, #f4e1d2, #f9e7d2);
}

Soft Beige color palette created on .