Shades of Green Dragon Color Palette
Discover the beautiful Shades of Green Dragon color palette featuring como (#4d6f5d), aqua forest (#6bae7c), vista blue (#8cd9a3), celadon (#b4e3b0) and corn field (#f7f9c3).
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 Shades of Green Dragon palette
💻 Shades of Green Dragon color palette CSS
/* CSS */
.color-1 {
color: #4d6f5d;
}
.color-2 {
color: #6bae7c;
}
.color-3 {
color: #8cd9a3;
}
.color-4 {
color: #b4e3b0;
}
.color-5 {
color: #f7f9c3;
}
/* CSS Variables */
:root {
--color-1: #4d6f5d;
--color-2: #6bae7c;
--color-3: #8cd9a3;
--color-4: #b4e3b0;
--color-5: #f7f9c3;
} 🌈 Shades of Green Dragon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6f5d, #6bae7c, #8cd9a3, #b4e3b0, #f7f9c3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6f5d, #6bae7c, #8cd9a3, #b4e3b0, #f7f9c3);
} 🔗 Explore similar color palettes
Shades of Green Dragon color palette created on .