Black n' Purple Color Palette

Discover the beautiful Black n' Purple color palette featuring mulled wine (#4c3d6c), affair (#6b4b8b), bouquet (#a76c9c), light orchid (#d9a1cd) and vanilla ice (#f3d8e7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Black, Bright, Elegant, Feminine, Modern, Vibrant, Soft, Night Sky, Boho 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 n' Purple palette

Share this palette to:

💻 Black n' Purple color palette CSS

/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #6b4b8b;
}
.color-3 {
color: #a76c9c;
}
.color-4 {
color: #d9a1cd;
}
.color-5 {
color: #f3d8e7;
}

/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #6b4b8b;
--color-3: #a76c9c;
--color-4: #d9a1cd;
--color-5: #f3d8e7;
}

🌈 Black n' Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #6b4b8b, #a76c9c, #d9a1cd, #f3d8e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #6b4b8b, #a76c9c, #d9a1cd, #f3d8e7);
}

Black n' Purple color palette created on .