Emerald Forest Color Palette
Discover the beautiful Emerald Forest color palette featuring sycamore (#6e8c3b), axolotl (#4c6b4e), tom thumb (#3b4b2f), green kelp (#2d3a22) and highland (#7b9b6f).
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 Emerald Forest palette
💻 Emerald Forest color palette CSS
/* CSS */
.color-1 {
color: #6e8c3b;
}
.color-2 {
color: #4c6b4e;
}
.color-3 {
color: #3b4b2f;
}
.color-4 {
color: #2d3a22;
}
.color-5 {
color: #7b9b6f;
}
/* CSS Variables */
:root {
--color-1: #6e8c3b;
--color-2: #4c6b4e;
--color-3: #3b4b2f;
--color-4: #2d3a22;
--color-5: #7b9b6f;
} 🌈 Emerald Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e8c3b, #4c6b4e, #3b4b2f, #2d3a22, #7b9b6f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e8c3b, #4c6b4e, #3b4b2f, #2d3a22, #7b9b6f);
} 🔗 Explore similar color palettes
Emerald Forest color palette created on .