Green Fronds Color Palette
Discover the beautiful Green Fronds color palette featuring caper (#d5e6a7), moss green (#a7d7b8), silver tree (#5fbf9a), viridian (#3e8e7b) and casal (#2a5a60).
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 Fronds palette
💻 Green Fronds color palette CSS
/* CSS */
.color-1 {
color: #d5e6a7;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #5fbf9a;
}
.color-4 {
color: #3e8e7b;
}
.color-5 {
color: #2a5a60;
}
/* CSS Variables */
:root {
--color-1: #d5e6a7;
--color-2: #a7d7b8;
--color-3: #5fbf9a;
--color-4: #3e8e7b;
--color-5: #2a5a60;
} 🌈 Green Fronds background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e6a7, #a7d7b8, #5fbf9a, #3e8e7b, #2a5a60);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e6a7, #a7d7b8, #5fbf9a, #3e8e7b, #2a5a60);
} 🔗 Explore similar color palettes
Green Fronds color palette created on .