Muted Brown Angel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Brown Angel palette
Muted Brown Angel color palette CSS
/* CSS */
.color-1 {
color: #efe4d7;
}
.color-2 {
color: #c2b5a3;
}
.color-3 {
color: #b79d8f;
}
.color-4 {
color: #6c8e93;
}
.color-5 {
color: #4a5454;
}
/* CSS Variables */
:root {
--color-1: #efe4d7;
--color-2: #c2b5a3;
--color-3: #b79d8f;
--color-4: #6c8e93;
--color-5: #4a5454;
}
Muted Brown Angel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe4d7, #c2b5a3, #b79d8f, #6c8e93, #4a5454);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe4d7, #c2b5a3, #b79d8f, #6c8e93, #4a5454);
}
Similar color palettes
Muted Brown Angel color palette created on .