Black Raspberry & Plum Color Palette

Discover the beautiful Black Raspberry & Plum color palette featuring finn (#6d2c4d), tapestry (#9b507d), charm (#d77f94), azalea (#f2b1c4) and melanie (#e9c3d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Plum, Pink, Vibrant, Bright, Berry, Soft, Elegant 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 Black Raspberry & Plum palette

Share this palette to:

💻 Black Raspberry & Plum color palette CSS

/* CSS */
.color-1 {
color: #6d2c4d;
}
.color-2 {
color: #9b507d;
}
.color-3 {
color: #d77f94;
}
.color-4 {
color: #f2b1c4;
}
.color-5 {
color: #e9c3d6;
}

/* CSS Variables */
:root {
--color-1: #6d2c4d;
--color-2: #9b507d;
--color-3: #d77f94;
--color-4: #f2b1c4;
--color-5: #e9c3d6;
}

🌈 Black Raspberry & Plum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c4d, #9b507d, #d77f94, #f2b1c4, #e9c3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c4d, #9b507d, #d77f94, #f2b1c4, #e9c3d6);
}

Black Raspberry & Plum color palette created on .