Discover the beautiful Whispering Sage color palette featuring norway (#a7bea2), clay ash (#b3c8b1), surf crest (#d1e6d3), panache (#e2f3e4) and hint of green (#f0fff2).

Whispering Sage Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Whispering Sage palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Whispering Sage palette

Share this palette to:

💻 Whispering Sage color palette CSS

/* CSS */
.color-1 {
color: #a7bea2;
}
.color-2 {
color: #b3c8b1;
}
.color-3 {
color: #d1e6d3;
}
.color-4 {
color: #e2f3e4;
}
.color-5 {
color: #f0fff2;
}

/* CSS Variables */
:root {
--color-1: #a7bea2;
--color-2: #b3c8b1;
--color-3: #d1e6d3;
--color-4: #e2f3e4;
--color-5: #f0fff2;
}

🌈 Whispering Sage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bea2, #b3c8b1, #d1e6d3, #e2f3e4, #f0fff2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bea2, #b3c8b1, #d1e6d3, #e2f3e4, #f0fff2);
}

Whispering Sage color palette created on .