Harmonic Crescendo Color Palette

Discover the beautiful Harmonic Crescendo color palette featuring porsche (#e9ad68), persian pink (#f684ae), charm (#cf628e), royal blue (#6070e2) and havelock blue (#4397da).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Magenta, Peach, Pink, Soft, Summer, Vibrant, Warm 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 Harmonic Crescendo palette

Share this palette to:

💻 Harmonic Crescendo color palette CSS

/* CSS */
.color-1 {
color: #e9ad68;
}
.color-2 {
color: #f684ae;
}
.color-3 {
color: #cf628e;
}
.color-4 {
color: #6070e2;
}
.color-5 {
color: #4397da;
}

/* CSS Variables */
:root {
--color-1: #e9ad68;
--color-2: #f684ae;
--color-3: #cf628e;
--color-4: #6070e2;
--color-5: #4397da;
}

🌈 Harmonic Crescendo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9ad68, #f684ae, #cf628e, #6070e2, #4397da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9ad68, #f684ae, #cf628e, #6070e2, #4397da);
}

Harmonic Crescendo color palette created on .