Elegant Harmony Color Palette

Discover the beautiful Elegant Harmony color palette featuring zombie (#e3cca1), bud (#a7b29f), patina (#6a9a8e), hoki (#5d7f8e) and limed spruce (#3d4a4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Earthy, Elegant, Green, Modern, Neutral, Soft, Tan 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 Elegant Harmony palette

Share this palette to:

💻 Elegant Harmony color palette CSS

/* CSS */
.color-1 {
color: #e3cca1;
}
.color-2 {
color: #a7b29f;
}
.color-3 {
color: #6a9a8e;
}
.color-4 {
color: #5d7f8e;
}
.color-5 {
color: #3d4a4d;
}

/* CSS Variables */
:root {
--color-1: #e3cca1;
--color-2: #a7b29f;
--color-3: #6a9a8e;
--color-4: #5d7f8e;
--color-5: #3d4a4d;
}

🌈 Elegant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cca1, #a7b29f, #6a9a8e, #5d7f8e, #3d4a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cca1, #a7b29f, #6a9a8e, #5d7f8e, #3d4a4d);
}

Elegant Harmony color palette created on .