Emerald Serenity Color Palette
Discover the beautiful Emerald Serenity color palette featuring keppel (#3bbf8f), turquoise blue (#6cefb0), magic mint (#8cf2be), blue romance (#c3f4d4) and granny apple (#e1f9e9).
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: #3bbf8f;
}
.color-2 {
color: #6cefb0;
}
.color-3 {
color: #8cf2be;
}
.color-4 {
color: #c3f4d4;
}
.color-5 {
color: #e1f9e9;
}
/* CSS Variables */
:root {
--color-1: #3bbf8f;
--color-2: #6cefb0;
--color-3: #8cf2be;
--color-4: #c3f4d4;
--color-5: #e1f9e9;
}
🌈 Emerald Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bbf8f, #6cefb0, #8cf2be, #c3f4d4, #e1f9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bbf8f, #6cefb0, #8cf2be, #c3f4d4, #e1f9e9);
}
🔗 Explore similar color palettes
Emerald Serenity color palette created on .