Harmony of Hues Color Palette

Discover the beautiful Harmony of Hues color palette featuring dairy cream (#f9d6b4), cashmere (#e1b7a3), my pink (#cc8b7f), havelock blue (#4b91e2) and bombay (#a7a8aa).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Blue, Bright, Light, Neutral 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 Harmony of Hues palette

Share this palette to:

💻 Harmony of Hues color palette CSS

/* CSS */
.color-1 {
color: #f9d6b4;
}
.color-2 {
color: #e1b7a3;
}
.color-3 {
color: #cc8b7f;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #a7a8aa;
}

/* CSS Variables */
:root {
--color-1: #f9d6b4;
--color-2: #e1b7a3;
--color-3: #cc8b7f;
--color-4: #4b91e2;
--color-5: #a7a8aa;
}

🌈 Harmony of Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d6b4, #e1b7a3, #cc8b7f, #4b91e2, #a7a8aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d6b4, #e1b7a3, #cc8b7f, #4b91e2, #a7a8aa);
}

Harmony of Hues color palette created on .