Leafy Serenity Color Palette
Discover the beautiful Leafy Serenity color palette featuring summer green (#a4c1ae), viridian green (#5b8b79), mineral green (#3f645d), beryl green (#d5e1b7) and pine glade (#b9d49b).
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 Leafy Serenity palette
💻 Leafy Serenity color palette CSS
/* CSS */
.color-1 {
color: #a4c1ae;
}
.color-2 {
color: #5b8b79;
}
.color-3 {
color: #3f645d;
}
.color-4 {
color: #d5e1b7;
}
.color-5 {
color: #b9d49b;
}
/* CSS Variables */
:root {
--color-1: #a4c1ae;
--color-2: #5b8b79;
--color-3: #3f645d;
--color-4: #d5e1b7;
--color-5: #b9d49b;
} 🌈 Leafy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c1ae, #5b8b79, #3f645d, #d5e1b7, #b9d49b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c1ae, #5b8b79, #3f645d, #d5e1b7, #b9d49b);
} 🔗 Explore similar color palettes
Leafy Serenity color palette created on .