Heartbroken Color Palette

Discover the beautiful Heartbroken color palette featuring bazaar (#9d707b), cold turkey (#c5a7ac), wafer (#dec7ce), pink flare (#dcc0c7) and careys pink (#d4a4a7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Elegant, Muted, Neutral, Pink, Soft, 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 Heartbroken palette

Share this palette to:

💻 Heartbroken color palette CSS

/* CSS */
.color-1 {
color: #9d707b;
}
.color-2 {
color: #c5a7ac;
}
.color-3 {
color: #dec7ce;
}
.color-4 {
color: #dcc0c7;
}
.color-5 {
color: #d4a4a7;
}

/* CSS Variables */
:root {
--color-1: #9d707b;
--color-2: #c5a7ac;
--color-3: #dec7ce;
--color-4: #dcc0c7;
--color-5: #d4a4a7;
}

🌈 Heartbroken background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d707b, #c5a7ac, #dec7ce, #dcc0c7, #d4a4a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d707b, #c5a7ac, #dec7ce, #dcc0c7, #d4a4a7);
}

Heartbroken color palette created on .