Forest Ember Color Palette
Discover the beautiful Forest Ember color palette featuring fern green (#4b8a3d), well read (#a92d2d), chelsea cucumber (#8eab4f), medium carmine (#b34a37) and petite orchid (#d9998c).
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 Ember palette
💻 Forest Ember color palette CSS
/* CSS */
.color-1 {
color: #4b8a3d;
}
.color-2 {
color: #a92d2d;
}
.color-3 {
color: #8eab4f;
}
.color-4 {
color: #b34a37;
}
.color-5 {
color: #d9998c;
}
/* CSS Variables */
:root {
--color-1: #4b8a3d;
--color-2: #a92d2d;
--color-3: #8eab4f;
--color-4: #b34a37;
--color-5: #d9998c;
} 🌈 Forest Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8a3d, #a92d2d, #8eab4f, #b34a37, #d9998c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8a3d, #a92d2d, #8eab4f, #b34a37, #d9998c);
} 🔗 Explore similar color palettes
Forest Ember color palette created on .