Forest Color Palette

Discover the beautiful Forest color palette featuring fern frond (#487d2c), aqua forest (#67a26e), conifer (#a3d55d), gossip (#e4f8b4) and sidecar (#f4e2c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Light, Bright, Nature, Forest, Summer, Earthy, Soft, Bright Spring 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 palette

Share this palette to:

💻 Forest color palette CSS

/* CSS */
.color-1 {
color: #487d2c;
}
.color-2 {
color: #67a26e;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #e4f8b4;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #487d2c;
--color-2: #67a26e;
--color-3: #a3d55d;
--color-4: #e4f8b4;
--color-5: #f4e2c3;
}

🌈 Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #487d2c, #67a26e, #a3d55d, #e4f8b4, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #487d2c, #67a26e, #a3d55d, #e4f8b4, #f4e2c3);
}

Forest color palette created on .