Forest Canopy Color Palette

Discover the beautiful Forest Canopy color palette featuring aztec (#152828), te papa green (#1a3d3a), tom thumb (#3a5f3b), siam (#5e6d4f) and flax smoke (#7d8a66).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Forest Canopy color palette CSS

/* CSS */
.color-1 {
color: #152828;
}
.color-2 {
color: #1a3d3a;
}
.color-3 {
color: #3a5f3b;
}
.color-4 {
color: #5e6d4f;
}
.color-5 {
color: #7d8a66;
}

/* CSS Variables */
:root {
--color-1: #152828;
--color-2: #1a3d3a;
--color-3: #3a5f3b;
--color-4: #5e6d4f;
--color-5: #7d8a66;
}

🌈 Forest Canopy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #152828, #1a3d3a, #3a5f3b, #5e6d4f, #7d8a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #152828, #1a3d3a, #3a5f3b, #5e6d4f, #7d8a66);
}

Forest Canopy color palette created on .