Forest Serenity Color Palette

Discover the beautiful Forest Serenity color palette featuring tom thumb (#2e492d), como (#4b815b), spring rain (#97c8a2), feijoa (#b3d98c) and caper (#d4e6a8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Forest, Nature, Earthy, Bright, Light 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

Share this palette to:

💻 Forest Serenity color palette CSS

/* CSS */
.color-1 {
color: #2e492d;
}
.color-2 {
color: #4b815b;
}
.color-3 {
color: #97c8a2;
}
.color-4 {
color: #b3d98c;
}
.color-5 {
color: #d4e6a8;
}

/* CSS Variables */
:root {
--color-1: #2e492d;
--color-2: #4b815b;
--color-3: #97c8a2;
--color-4: #b3d98c;
--color-5: #d4e6a8;
}

🌈 Forest Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e492d, #4b815b, #97c8a2, #b3d98c, #d4e6a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e492d, #4b815b, #97c8a2, #b3d98c, #d4e6a8);
}

Forest Serenity color palette created on .