Evergreen Floraling Forest Color Palette

Discover the beautiful Evergreen Floraling Forest color palette featuring highland (#6e9d6c), spring rain (#a9c7a9), beryl green (#d3e7c5), frost (#f4f8e8) and cashmere (#e5b69f).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Evergreen Floraling Forest color palette CSS

/* CSS */
.color-1 {
color: #6e9d6c;
}
.color-2 {
color: #a9c7a9;
}
.color-3 {
color: #d3e7c5;
}
.color-4 {
color: #f4f8e8;
}
.color-5 {
color: #e5b69f;
}

/* CSS Variables */
:root {
--color-1: #6e9d6c;
--color-2: #a9c7a9;
--color-3: #d3e7c5;
--color-4: #f4f8e8;
--color-5: #e5b69f;
}

🌈 Evergreen Floraling Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e9d6c, #a9c7a9, #d3e7c5, #f4f8e8, #e5b69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e9d6c, #a9c7a9, #d3e7c5, #f4f8e8, #e5b69f);
}

Evergreen Floraling Forest color palette created on .