Emerald Dragon's Breath Color Palette
Discover the beautiful Emerald Dragon's Breath color palette featuring lunar green (#3b4e3e), viridian green (#6a8a79), spring rain (#9fc6a3), beryl green (#d9e6c1) and rum swizzle (#f7f9e7).
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 Dragon's Breath palette
💻 Emerald Dragon's Breath color palette CSS
/* CSS */
.color-1 {
color: #3b4e3e;
}
.color-2 {
color: #6a8a79;
}
.color-3 {
color: #9fc6a3;
}
.color-4 {
color: #d9e6c1;
}
.color-5 {
color: #f7f9e7;
}
/* CSS Variables */
:root {
--color-1: #3b4e3e;
--color-2: #6a8a79;
--color-3: #9fc6a3;
--color-4: #d9e6c1;
--color-5: #f7f9e7;
} 🌈 Emerald Dragon's Breath background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4e3e, #6a8a79, #9fc6a3, #d9e6c1, #f7f9e7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4e3e, #6a8a79, #9fc6a3, #d9e6c1, #f7f9e7);
} 🔗 Explore similar color palettes
Emerald Dragon's Breath color palette created on .