Moss Green Serenity Color Palette
Discover the beautiful Moss Green Serenity color palette featuring madang (#b6e9af), moss green (#9fd19f), summer green (#8cc09d), silver tree (#6eaf8f) and ocean green (#4ca479).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withNature, Green, Bright, Summer, Light Spring color palettes and combinations.
💡 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 Moss Green Serenity palette
💻 Moss Green Serenity color palette CSS
/* CSS */
.color-1 {
color: #b6e9af;
}
.color-2 {
color: #9fd19f;
}
.color-3 {
color: #8cc09d;
}
.color-4 {
color: #6eaf8f;
}
.color-5 {
color: #4ca479;
}
/* CSS Variables */
:root {
--color-1: #b6e9af;
--color-2: #9fd19f;
--color-3: #8cc09d;
--color-4: #6eaf8f;
--color-5: #4ca479;
}
🌈 Moss Green Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6e9af, #9fd19f, #8cc09d, #6eaf8f, #4ca479);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6e9af, #9fd19f, #8cc09d, #6eaf8f, #4ca479);
}
🔗 Explore similar color palettes
Moss Green Serenity color palette created on .