Forest Color Palette

Discover the beautiful Forest color palette featuring como (#496e59), amulet (#7c9f7a), spring rain (#a3c7a4), kidnapper (#d5e2c6) and frost (#f1f9e7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Forest, Green, Nature, Soft, Summer, Vibrant 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: #496e59;
}
.color-2 {
color: #7c9f7a;
}
.color-3 {
color: #a3c7a4;
}
.color-4 {
color: #d5e2c6;
}
.color-5 {
color: #f1f9e7;
}

/* CSS Variables */
:root {
--color-1: #496e59;
--color-2: #7c9f7a;
--color-3: #a3c7a4;
--color-4: #d5e2c6;
--color-5: #f1f9e7;
}

🌈 Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496e59, #7c9f7a, #a3c7a4, #d5e2c6, #f1f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496e59, #7c9f7a, #a3c7a4, #d5e2c6, #f1f9e7);
}

Forest color palette created on .