Eco Green Color Palette
Discover the beautiful Eco Green color palette featuring vista blue (#8ecda9), keppel (#3e9d92), calypso (#2d7c87), blumine (#185861) and bottle green (#0b373c).
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 Eco Green palette
💻 Eco Green color palette CSS
/* CSS */
.color-1 {
color: #8ecda9;
}
.color-2 {
color: #3e9d92;
}
.color-3 {
color: #2d7c87;
}
.color-4 {
color: #185861;
}
.color-5 {
color: #0b373c;
}
/* CSS Variables */
:root {
--color-1: #8ecda9;
--color-2: #3e9d92;
--color-3: #2d7c87;
--color-4: #185861;
--color-5: #0b373c;
} 🌈 Eco Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ecda9, #3e9d92, #2d7c87, #185861, #0b373c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ecda9, #3e9d92, #2d7c87, #185861, #0b373c);
} 🔗 Explore similar color palettes
Eco Green color palette created on .