Fresh Green Color Palette

Discover the beautiful Fresh Green color palette featuring hippie green (#678e50), amulet (#85a976), swamp green (#9db28b), rainee (#b4c9aa) and pale leaf (#c1d0bc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Green, Light, Muted, Nature, Neutral, 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 Fresh Green palette

Share this palette to:

💻 Fresh Green color palette CSS

/* CSS */
.color-1 {
color: #678e50;
}
.color-2 {
color: #85a976;
}
.color-3 {
color: #9db28b;
}
.color-4 {
color: #b4c9aa;
}
.color-5 {
color: #c1d0bc;
}

/* CSS Variables */
:root {
--color-1: #678e50;
--color-2: #85a976;
--color-3: #9db28b;
--color-4: #b4c9aa;
--color-5: #c1d0bc;
}

🌈 Fresh Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #678e50, #85a976, #9db28b, #b4c9aa, #c1d0bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #678e50, #85a976, #9db28b, #b4c9aa, #c1d0bc);
}

Fresh Green color palette created on .