Pink Bruise Color Palette

Discover the beautiful Pink Bruise color palette featuring claret (#8a1538), cadillac (#b54f7a), blossom (#d6a4c5), azalea (#f5c2d7) and beauty bush (#eab8c9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDeep, Bright, Pink, Red, Flower 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 Pink Bruise palette

Share this palette to:

💻 Pink Bruise color palette CSS

/* CSS */
.color-1 {
color: #8a1538;
}
.color-2 {
color: #b54f7a;
}
.color-3 {
color: #d6a4c5;
}
.color-4 {
color: #f5c2d7;
}
.color-5 {
color: #eab8c9;
}

/* CSS Variables */
:root {
--color-1: #8a1538;
--color-2: #b54f7a;
--color-3: #d6a4c5;
--color-4: #f5c2d7;
--color-5: #eab8c9;
}

🌈 Pink Bruise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a1538, #b54f7a, #d6a4c5, #f5c2d7, #eab8c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a1538, #b54f7a, #d6a4c5, #f5c2d7, #eab8c9);
}

Pink Bruise color palette created on .