Emerald Serenity Color Palette
Discover the beautiful Emerald Serenity color palette featuring hippie green (#4a8c4a), apple (#4ebc4e), pastel green (#7cd57c), granny smith apple (#9ee09e) and blue romance (#d4f7d4).
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 Emerald Serenity palette
💻 Emerald Serenity color palette CSS
/* CSS */
.color-1 {
color: #4a8c4a;
}
.color-2 {
color: #4ebc4e;
}
.color-3 {
color: #7cd57c;
}
.color-4 {
color: #9ee09e;
}
.color-5 {
color: #d4f7d4;
}
/* CSS Variables */
:root {
--color-1: #4a8c4a;
--color-2: #4ebc4e;
--color-3: #7cd57c;
--color-4: #9ee09e;
--color-5: #d4f7d4;
} 🌈 Emerald Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8c4a, #4ebc4e, #7cd57c, #9ee09e, #d4f7d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8c4a, #4ebc4e, #7cd57c, #9ee09e, #d4f7d4);
} 🔗 Explore similar color palettes
Emerald Serenity color palette created on .