Dark Purple Enchantment Color Palette

Discover the beautiful Dark Purple Enchantment color palette featuring mulled wine (#4b3d61), smoky (#6c4d7a), bouquet (#a77b9d), blossom (#d9a5c7) and albescent white (#f5e2d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Light, Pink, Purple, Soft 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 Dark Purple Enchantment palette

Share this palette to:

💻 Dark Purple Enchantment color palette CSS

/* CSS */
.color-1 {
color: #4b3d61;
}
.color-2 {
color: #6c4d7a;
}
.color-3 {
color: #a77b9d;
}
.color-4 {
color: #d9a5c7;
}
.color-5 {
color: #f5e2d1;
}

/* CSS Variables */
:root {
--color-1: #4b3d61;
--color-2: #6c4d7a;
--color-3: #a77b9d;
--color-4: #d9a5c7;
--color-5: #f5e2d1;
}

🌈 Dark Purple Enchantment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d61, #6c4d7a, #a77b9d, #d9a5c7, #f5e2d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d61, #6c4d7a, #a77b9d, #d9a5c7, #f5e2d1);
}

Dark Purple Enchantment color palette created on .