Dark Green Color Palette
Discover the beautiful Dark Green color palette featuring fern green (#4c8b3c), ronchi (#e6c94c), brandy punch (#d28d2d), mojo (#c64a39) and eggplant (#6e3f4a).
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 Dark Green palette
💻 Dark Green color palette CSS
/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #e6c94c;
}
.color-3 {
color: #d28d2d;
}
.color-4 {
color: #c64a39;
}
.color-5 {
color: #6e3f4a;
}
/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #e6c94c;
--color-3: #d28d2d;
--color-4: #c64a39;
--color-5: #6e3f4a;
}
🌈 Dark Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #e6c94c, #d28d2d, #c64a39, #6e3f4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #e6c94c, #d28d2d, #c64a39, #6e3f4a);
}
🔗 Explore similar color palettes
Dark Green color palette created on .