Forest Green Serenity Color Palette
Discover the beautiful Forest Green Serenity color palette featuring sea green (#2a7e5d), viking (#6bb3e1), cold purple (#a69fdb), blue haze (#d6c8e0) and french lilac (#f2e6f9).
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 Forest Green Serenity palette
💻 Forest Green Serenity color palette CSS
/* CSS */
.color-1 {
color: #2a7e5d;
}
.color-2 {
color: #6bb3e1;
}
.color-3 {
color: #a69fdb;
}
.color-4 {
color: #d6c8e0;
}
.color-5 {
color: #f2e6f9;
}
/* CSS Variables */
:root {
--color-1: #2a7e5d;
--color-2: #6bb3e1;
--color-3: #a69fdb;
--color-4: #d6c8e0;
--color-5: #f2e6f9;
}
🌈 Forest Green Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a7e5d, #6bb3e1, #a69fdb, #d6c8e0, #f2e6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a7e5d, #6bb3e1, #a69fdb, #d6c8e0, #f2e6f9);
}
🔗 Explore similar color palettes
Forest Green Serenity color palette created on .