Forest Haven Color Palette
Discover the beautiful Forest Haven color palette featuring chalet green (#4c703e), green kelp (#2c3e28), dingley (#59794e), tom thumb (#3d5b33) and asparagus (#7a9c4f).
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 Forest Haven palette
💻 Forest Haven color palette CSS
/* CSS */
.color-1 {
color: #4c703e;
}
.color-2 {
color: #2c3e28;
}
.color-3 {
color: #59794e;
}
.color-4 {
color: #3d5b33;
}
.color-5 {
color: #7a9c4f;
}
/* CSS Variables */
:root {
--color-1: #4c703e;
--color-2: #2c3e28;
--color-3: #59794e;
--color-4: #3d5b33;
--color-5: #7a9c4f;
} 🌈 Forest Haven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c703e, #2c3e28, #59794e, #3d5b33, #7a9c4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c703e, #2c3e28, #59794e, #3d5b33, #7a9c4f);
} 🔗 Explore similar color palettes
Forest Haven color palette created on .