Green Color Palette
Discover the beautiful Green color palette featuring como (#4d7a5d), aqua forest (#6eaf7f), moss green (#a4d5a9), new orleans (#f2e0a6) and tonys pink (#e8a49b).
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 Green palette
💻 Green color palette CSS
/* CSS */
.color-1 {
color: #4d7a5d;
}
.color-2 {
color: #6eaf7f;
}
.color-3 {
color: #a4d5a9;
}
.color-4 {
color: #f2e0a6;
}
.color-5 {
color: #e8a49b;
}
/* CSS Variables */
:root {
--color-1: #4d7a5d;
--color-2: #6eaf7f;
--color-3: #a4d5a9;
--color-4: #f2e0a6;
--color-5: #e8a49b;
} 🌈 Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7a5d, #6eaf7f, #a4d5a9, #f2e0a6, #e8a49b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7a5d, #6eaf7f, #a4d5a9, #f2e0a6, #e8a49b);
} 🔗 Explore similar color palettes
Green color palette created on .