Elegant Harmony Color Palette

Discover the beautiful Elegant Harmony color palette featuring mine shaft (#292929), fuzzy wuzzy brown (#c25656), white (#ffffff), beauty bush (#f2d1c4) and santa fe (#b86b4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Brown, Elegant, Modern, Peach, Red, Soft, Warm, White 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: #292929;
}
.color-2 {
color: #c25656;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f2d1c4;
}
.color-5 {
color: #b86b4c;
}

/* CSS Variables */
:root {
--color-1: #292929;
--color-2: #c25656;
--color-3: #ffffff;
--color-4: #f2d1c4;
--color-5: #b86b4c;
}

🌈 Elegant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292929, #c25656, #ffffff, #f2d1c4, #b86b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292929, #c25656, #ffffff, #f2d1c4, #b86b4c);
}

Elegant Harmony color palette created on .