Beige Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beige Forest palette
Beige Forest color palette CSS
/* CSS */
.color-1 {
color: #d1c6a8;
}
.color-2 {
color: #b0a66d;
}
.color-3 {
color: #a59055;
}
.color-4 {
color: #7e6c3a;
}
.color-5 {
color: #4a4d3d;
}
/* CSS Variables */
:root {
--color-1: #d1c6a8;
--color-2: #b0a66d;
--color-3: #a59055;
--color-4: #7e6c3a;
--color-5: #4a4d3d;
}
Beige Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c6a8, #b0a66d, #a59055, #7e6c3a, #4a4d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c6a8, #b0a66d, #a59055, #7e6c3a, #4a4d3d);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Beige Forest color palette created on .