Sage Serenity Color Palette

Discover the beautiful Sage Serenity color palette featuring deco (#b7d99b), spring rain (#9fc6a3), london hue (#bfa3cc), prelude (#d1c5e7) and snuff (#e6e0f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Sage, Eucalyptus, Lilac, Lavender, Soft, Bright Spring, Nature, Light 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 Serenity palette

Share this palette to:

💻 Sage Serenity color palette CSS

/* CSS */
.color-1 {
color: #b7d99b;
}
.color-2 {
color: #9fc6a3;
}
.color-3 {
color: #bfa3cc;
}
.color-4 {
color: #d1c5e7;
}
.color-5 {
color: #e6e0f0;
}

/* CSS Variables */
:root {
--color-1: #b7d99b;
--color-2: #9fc6a3;
--color-3: #bfa3cc;
--color-4: #d1c5e7;
--color-5: #e6e0f0;
}

🌈 Sage Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7d99b, #9fc6a3, #bfa3cc, #d1c5e7, #e6e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7d99b, #9fc6a3, #bfa3cc, #d1c5e7, #e6e0f0);
}

Sage Serenity color palette created on .