Green Swamp Color Palette
Discover the beautiful Green Swamp color palette featuring hippie green (#4b7c4e), asparagus (#6ca55f), mantis (#8fd06d), caper (#c2e7a2) and loafer (#eff4e1).
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 Green Swamp palette
💻 Green Swamp color palette CSS
/* CSS */
.color-1 {
color: #4b7c4e;
}
.color-2 {
color: #6ca55f;
}
.color-3 {
color: #8fd06d;
}
.color-4 {
color: #c2e7a2;
}
.color-5 {
color: #eff4e1;
}
/* CSS Variables */
:root {
--color-1: #4b7c4e;
--color-2: #6ca55f;
--color-3: #8fd06d;
--color-4: #c2e7a2;
--color-5: #eff4e1;
}
🌈 Green Swamp background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c4e, #6ca55f, #8fd06d, #c2e7a2, #eff4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c4e, #6ca55f, #8fd06d, #c2e7a2, #eff4e1);
}
🔗 Explore similar color palettes
Green Swamp color palette created on .