Muted Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Forest palette
Muted Forest color palette PNG image
Muted Forest color palette CSS
/* CSS */
.color-1 {
color: #cfcfa5;
}
.color-2 {
color: #6f6f4d;
}
.color-3 {
color: #4b4b2f;
}
.color-4 {
color: #a0a04b;
}
.color-5 {
color: #3d3d3d;
}
/* CSS Variables */
:root {
--color-1: #cfcfa5;
--color-2: #6f6f4d;
--color-3: #4b4b2f;
--color-4: #a0a04b;
--color-5: #3d3d3d;
}
Muted Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfcfa5, #6f6f4d, #4b4b2f, #a0a04b, #3d3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfcfa5, #6f6f4d, #4b4b2f, #a0a04b, #3d3d3d);
}
Similar color palettes
Muted Forest color palette created on .