Forest Color Palette

Discover the beautiful Forest color palette featuring crete (#4a7b2d), sushi (#6cb03b), feijoa (#a2d77e), deco (#c7e09f) and tusk (#e2f4c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Light, Nature, Soft 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 palette

Share this palette to:

💻 Forest color palette CSS

/* CSS */
.color-1 {
color: #4a7b2d;
}
.color-2 {
color: #6cb03b;
}
.color-3 {
color: #a2d77e;
}
.color-4 {
color: #c7e09f;
}
.color-5 {
color: #e2f4c3;
}

/* CSS Variables */
:root {
--color-1: #4a7b2d;
--color-2: #6cb03b;
--color-3: #a2d77e;
--color-4: #c7e09f;
--color-5: #e2f4c3;
}

🌈 Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7b2d, #6cb03b, #a2d77e, #c7e09f, #e2f4c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7b2d, #6cb03b, #a2d77e, #c7e09f, #e2f4c3);
}

Forest color palette created on .