Neutral Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neutral Forest palette
Neutral Forest color palette PNG image
Neutral Forest color palette CSS
/* CSS */
.color-1 {
color: #e9d3b9;
}
.color-2 {
color: #b29c7b;
}
.color-3 {
color: #e4d6c8;
}
.color-4 {
color: #9ab7a0;
}
.color-5 {
color: #2e5c3d;
}
/* CSS Variables */
:root {
--color-1: #e9d3b9;
--color-2: #b29c7b;
--color-3: #e4d6c8;
--color-4: #9ab7a0;
--color-5: #2e5c3d;
}
Neutral Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d3b9, #b29c7b, #e4d6c8, #9ab7a0, #2e5c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d3b9, #b29c7b, #e4d6c8, #9ab7a0, #2e5c3d);
}
Similar color palettes
Neutral Forest color palette created on .