Forest Floor Color Palette

Discover the beautiful Forest Floor color palette featuring double colonial white (#f0e3b2), tacha (#d1c46b), husk (#b9a34b), sycamore (#9a8b3c) and yellow metal (#7b6b3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Light, Bright, Nature, Forest, Autumn, Neutral, Soft, Vintage color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Forest Floor palette

Share this palette to:

💻 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);
}

Forest Floor color palette created on .