Deep Green Forest Color Palette
Discover the beautiful Deep Green Forest color palette featuring axolotl (#476349), tom thumb (#395841), tom thumb (#2d4734), celtic (#1e3726) and celtic (#0f281c).
Brightness
Saturation
Warmth
💡 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
💻 Deep Green Forest color palette CSS
/* CSS */
.color-1 {
color: #476349;
}
.color-2 {
color: #395841;
}
.color-3 {
color: #2d4734;
}
.color-4 {
color: #1e3726;
}
.color-5 {
color: #0f281c;
}
/* CSS Variables */
:root {
--color-1: #476349;
--color-2: #395841;
--color-3: #2d4734;
--color-4: #1e3726;
--color-5: #0f281c;
} 🌈 Deep Green Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #476349, #395841, #2d4734, #1e3726, #0f281c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #476349, #395841, #2d4734, #1e3726, #0f281c);
} 🔗 Explore similar color palettes
Deep Green Forest color palette created on .