Muted Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Beige palette

Share this palette to:

Muted Beige color palette CSS

/* CSS */
.color-1 {
color: #e9d2b9;
}
.color-2 {
color: #b4a49d;
}
.color-3 {
color: #8a7b6a;
}
.color-4 {
color: #5a5b4d;
}
.color-5 {
color: #3d4043;
}

/* CSS Variables */
:root {
--color-1: #e9d2b9;
--color-2: #b4a49d;
--color-3: #8a7b6a;
--color-4: #5a5b4d;
--color-5: #3d4043;
}

Muted Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d2b9, #b4a49d, #8a7b6a, #5a5b4d, #3d4043);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d2b9, #b4a49d, #8a7b6a, #5a5b4d, #3d4043);
}

Muted Beige color palette created on .