Deep Green Forest Color Palette

Discover the beautiful Deep Green Forest color palette featuring axolotl (#476248), tom thumb (#385640), tom thumb (#2e4835), celtic (#1f3827) and celtic (#0f291c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Forest, Green, Earthy, Muted, Nature, Autumn, Coastal, 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 Deep Green Forest palette

Share this palette to:

💻 Deep Green Forest color palette CSS

/* CSS */
.color-1 {
color: #476248;
}
.color-2 {
color: #385640;
}
.color-3 {
color: #2e4835;
}
.color-4 {
color: #1f3827;
}
.color-5 {
color: #0f291c;
}

/* CSS Variables */
:root {
--color-1: #476248;
--color-2: #385640;
--color-3: #2e4835;
--color-4: #1f3827;
--color-5: #0f291c;
}

🌈 Deep Green Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #476248, #385640, #2e4835, #1f3827, #0f291c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #476248, #385640, #2e4835, #1f3827, #0f291c);
}

Deep Green Forest color palette created on .