Muddy Autumn Haze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muddy Autumn Haze palette

Share this palette to:

Muddy Autumn Haze color palette CSS

/* CSS */
.color-1 {
color: #5b4f43;
}
.color-2 {
color: #9f7c5b;
}
.color-3 {
color: #c9ac7e;
}
.color-4 {
color: #e0d6a4;
}
.color-5 {
color: #bfb5a6;
}

/* CSS Variables */
:root {
--color-1: #5b4f43;
--color-2: #9f7c5b;
--color-3: #c9ac7e;
--color-4: #e0d6a4;
--color-5: #bfb5a6;
}

Muddy Autumn Haze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4f43, #9f7c5b, #c9ac7e, #e0d6a4, #bfb5a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4f43, #9f7c5b, #c9ac7e, #e0d6a4, #bfb5a6);
}

Muddy Autumn Haze color palette created on .