Forest Serenity Color Palette
Discover the beautiful Forest Serenity color palette featuring chalet green (#4a6935), lunar green (#2c3f2f), green kelp (#1c2c1e), woodland (#4a692b) and mantis (#79bf4a).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withForest, Green, Earthy, Nature, Bright, Soft Summer, Light, Warm Summer 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 Forest Serenity palette
💻 Forest Serenity color palette CSS
/* CSS */
.color-1 {
color: #4a6935;
}
.color-2 {
color: #2c3f2f;
}
.color-3 {
color: #1c2c1e;
}
.color-4 {
color: #4a692b;
}
.color-5 {
color: #79bf4a;
}
/* CSS Variables */
:root {
--color-1: #4a6935;
--color-2: #2c3f2f;
--color-3: #1c2c1e;
--color-4: #4a692b;
--color-5: #79bf4a;
}
🌈 Forest Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6935, #2c3f2f, #1c2c1e, #4a692b, #79bf4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6935, #2c3f2f, #1c2c1e, #4a692b, #79bf4a);
}
🔗 Explore similar color palettes
Forest Serenity color palette created on .