Emerald Whisper Color Palette

Discover the beautiful Emerald Whisper color palette featuring stromboli (#2c4e3b), viridian green (#698c7e), spring rain (#a8c2b0), surf crest (#d6e8d4) and panache (#f4f9f1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNature, Green, Soft, Earthy, 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 Emerald Whisper palette

Share this palette to:

💻 Emerald Whisper color palette CSS

/* CSS */
.color-1 {
color: #2c4e3b;
}
.color-2 {
color: #698c7e;
}
.color-3 {
color: #a8c2b0;
}
.color-4 {
color: #d6e8d4;
}
.color-5 {
color: #f4f9f1;
}

/* CSS Variables */
:root {
--color-1: #2c4e3b;
--color-2: #698c7e;
--color-3: #a8c2b0;
--color-4: #d6e8d4;
--color-5: #f4f9f1;
}

🌈 Emerald Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c4e3b, #698c7e, #a8c2b0, #d6e8d4, #f4f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c4e3b, #698c7e, #a8c2b0, #d6e8d4, #f4f9f1);
}

Emerald Whisper color palette created on .