Green Serenity Color Palette

Discover the beautiful Green Serenity color palette featuring fruit salad (#579963), aqua forest (#71a96f), olivine (#89ae7a), norway (#a5c19a) and rainee (#b4c49c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Earthy, Green, Modern, Muted, Nature, Soft, Spring 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 Green Serenity palette

Share this palette to:

💻 Green Serenity color palette CSS

/* CSS */
.color-1 {
color: #579963;
}
.color-2 {
color: #71a96f;
}
.color-3 {
color: #89ae7a;
}
.color-4 {
color: #a5c19a;
}
.color-5 {
color: #b4c49c;
}

/* CSS Variables */
:root {
--color-1: #579963;
--color-2: #71a96f;
--color-3: #89ae7a;
--color-4: #a5c19a;
--color-5: #b4c49c;
}

🌈 Green Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #579963, #71a96f, #89ae7a, #a5c19a, #b4c49c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #579963, #71a96f, #89ae7a, #a5c19a, #b4c49c);
}

Green Serenity color palette created on .