Muted Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Beige palette
Muted Beige color palette CSS
/* CSS */
.color-1 {
color: #e5c2b3;
}
.color-2 {
color: #d1baad;
}
.color-3 {
color: #b79f9a;
}
.color-4 {
color: #998a8c;
}
.color-5 {
color: #7c7a79;
}
/* CSS Variables */
:root {
--color-1: #e5c2b3;
--color-2: #d1baad;
--color-3: #b79f9a;
--color-4: #998a8c;
--color-5: #7c7a79;
}
Muted Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c2b3, #d1baad, #b79f9a, #998a8c, #7c7a79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c2b3, #d1baad, #b79f9a, #998a8c, #7c7a79);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Muted Beige color palette created on .