Forest Haven Color Palette

Discover the beautiful Forest Haven color palette featuring fern frond (#4b7024), mallard (#2a3b1b), woodland (#3d5b2a), celery (#a2c360) and deco (#c5d88d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withForest, Green, Bright, Earthy, Nature, Light Autumn, Summer 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 Haven palette

Share this palette to:

💻 Forest Haven color palette CSS

/* CSS */
.color-1 {
color: #4b7024;
}
.color-2 {
color: #2a3b1b;
}
.color-3 {
color: #3d5b2a;
}
.color-4 {
color: #a2c360;
}
.color-5 {
color: #c5d88d;
}

/* CSS Variables */
:root {
--color-1: #4b7024;
--color-2: #2a3b1b;
--color-3: #3d5b2a;
--color-4: #a2c360;
--color-5: #c5d88d;
}

🌈 Forest Haven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7024, #2a3b1b, #3d5b2a, #a2c360, #c5d88d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7024, #2a3b1b, #3d5b2a, #a2c360, #c5d88d);
}

Forest Haven color palette created on .