Forest Floor Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest Floor palette
Color Inspiration
Images that showcase this color palette in real designs
Download Forest Floor Color Palette (PNG)
Forest Floor color palette CSS
/* CSS */
.color-1 {
color: #f0e3b2;
}
.color-2 {
color: #d1c46b;
}
.color-3 {
color: #b9a34b;
}
.color-4 {
color: #9a8b3c;
}
.color-5 {
color: #7b6b3d;
}
/* CSS Variables */
:root {
--color-1: #f0e3b2;
--color-2: #d1c46b;
--color-3: #b9a34b;
--color-4: #9a8b3c;
--color-5: #7b6b3d;
}
Forest Floor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3b2, #d1c46b, #b9a34b, #9a8b3c, #7b6b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3b2, #d1c46b, #b9a34b, #9a8b3c, #7b6b3d);
}
Similar color palettes
Forest Floor color palette created on .