Shades of Green Alien Color Palette
Discover the beautiful Shades of Green Alien color palette featuring pastel green (#5dda74), downy (#66d6a0), algae green (#8be5b0), madang (#b2f5b7) and hint of green (#e0ffe7).
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 Alien palette
💻 Shades of Green Alien color palette CSS
/* CSS */
.color-1 {
color: #5dda74;
}
.color-2 {
color: #66d6a0;
}
.color-3 {
color: #8be5b0;
}
.color-4 {
color: #b2f5b7;
}
.color-5 {
color: #e0ffe7;
}
/* CSS Variables */
:root {
--color-1: #5dda74;
--color-2: #66d6a0;
--color-3: #8be5b0;
--color-4: #b2f5b7;
--color-5: #e0ffe7;
} 🌈 Shades of Green Alien background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dda74, #66d6a0, #8be5b0, #b2f5b7, #e0ffe7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dda74, #66d6a0, #8be5b0, #b2f5b7, #e0ffe7);
} 🔗 Explore similar color palettes
Shades of Green Alien color palette created on .