Harmony in Motion Color Palette

Discover the beautiful Harmony in Motion color palette featuring cupid (#fac0ce), champagne (#fae7ce), jagged ice (#beeae3), wistful (#aeaed5) and polo blue (#83abd2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Lavender, Light, Pastel, Peach, Pink, Soft, Summer 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 in Motion palette

Share this palette to:

💻 Harmony in Motion color palette CSS

/* CSS */
.color-1 {
color: #fac0ce;
}
.color-2 {
color: #fae7ce;
}
.color-3 {
color: #beeae3;
}
.color-4 {
color: #aeaed5;
}
.color-5 {
color: #83abd2;
}

/* CSS Variables */
:root {
--color-1: #fac0ce;
--color-2: #fae7ce;
--color-3: #beeae3;
--color-4: #aeaed5;
--color-5: #83abd2;
}

🌈 Harmony in Motion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fac0ce, #fae7ce, #beeae3, #aeaed5, #83abd2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fac0ce, #fae7ce, #beeae3, #aeaed5, #83abd2);
}

Harmony in Motion color palette created on .