Sage Green Serenity Color Palette

Discover the beautiful Sage Green Serenity color palette featuring spring rain (#a9cbb8), pixie green (#b6d8b0), zanah (#d0e4c4), chrome white (#e5f1da) and rum swizzle (#f3f8e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSage, Green, Bright, 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 Sage Green Serenity palette

Share this palette to:

💻 Sage Green Serenity color palette CSS

/* CSS */
.color-1 {
color: #a9cbb8;
}
.color-2 {
color: #b6d8b0;
}
.color-3 {
color: #d0e4c4;
}
.color-4 {
color: #e5f1da;
}
.color-5 {
color: #f3f8e2;
}

/* CSS Variables */
:root {
--color-1: #a9cbb8;
--color-2: #b6d8b0;
--color-3: #d0e4c4;
--color-4: #e5f1da;
--color-5: #f3f8e2;
}

🌈 Sage Green Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9cbb8, #b6d8b0, #d0e4c4, #e5f1da, #f3f8e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9cbb8, #b6d8b0, #d0e4c4, #e5f1da, #f3f8e2);
}

Sage Green Serenity color palette created on .