Enchanted Elegance Color Palette

Discover the beautiful Enchanted Elegance color palette featuring mauve (#e0b3ff), purple mountain's majesty (#a17cc0), affair (#6f4b91), hopbush (#c874b4) and wewak (#f3a5b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Pink, Purple 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 Enchanted Elegance palette

Share this palette to:

💻 Enchanted Elegance color palette CSS

/* CSS */
.color-1 {
color: #e0b3ff;
}
.color-2 {
color: #a17cc0;
}
.color-3 {
color: #6f4b91;
}
.color-4 {
color: #c874b4;
}
.color-5 {
color: #f3a5b9;
}

/* CSS Variables */
:root {
--color-1: #e0b3ff;
--color-2: #a17cc0;
--color-3: #6f4b91;
--color-4: #c874b4;
--color-5: #f3a5b9;
}

🌈 Enchanted Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b3ff, #a17cc0, #6f4b91, #c874b4, #f3a5b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b3ff, #a17cc0, #6f4b91, #c874b4, #f3a5b9);
}

Enchanted Elegance color palette created on .