Discover the beautiful Emerald Greens color palette featuring emerald (#51c878), apple (#3ab64a), sea green (#2a893b), green pea (#1f652a) and jewel (#176d2b).
Emerald Greens Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Emerald Greens palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Emerald Greens palette
💻 Emerald Greens color palette CSS
/* CSS */
.color-1 {
color: #51c878;
}
.color-2 {
color: #3ab64a;
}
.color-3 {
color: #2a893b;
}
.color-4 {
color: #1f652a;
}
.color-5 {
color: #176d2b;
}
/* CSS Variables */
:root {
--color-1: #51c878;
--color-2: #3ab64a;
--color-3: #2a893b;
--color-4: #1f652a;
--color-5: #176d2b;
}
🌈 Emerald Greens background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #51c878, #3ab64a, #2a893b, #1f652a, #176d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #51c878, #3ab64a, #2a893b, #1f652a, #176d2b);
}
🔗 Explore similar color palettes
Emerald Greens color palette created on .