Emerald Enchantment Color Palette
Discover the beautiful Emerald Enchantment color palette featuring celtic (#1d3a23), como (#496e59), oxley (#7d9b8b), gum leaf (#b1d3c5) and granny apple (#e2f8e9).
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 Enchantment palette
💻 Emerald Enchantment color palette CSS
/* CSS */
.color-1 {
color: #1d3a23;
}
.color-2 {
color: #496e59;
}
.color-3 {
color: #7d9b8b;
}
.color-4 {
color: #b1d3c5;
}
.color-5 {
color: #e2f8e9;
}
/* CSS Variables */
:root {
--color-1: #1d3a23;
--color-2: #496e59;
--color-3: #7d9b8b;
--color-4: #b1d3c5;
--color-5: #e2f8e9;
} 🌈 Emerald Enchantment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3a23, #496e59, #7d9b8b, #b1d3c5, #e2f8e9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3a23, #496e59, #7d9b8b, #b1d3c5, #e2f8e9);
} 🔗 Explore similar color palettes
Emerald Enchantment color palette created on .