Elegant Purple Color Palette
Discover the beautiful Elegant Purple color palette featuring spring wood (#f7f5ed), bizarre (#f0e0db), melanie (#e9c8d3), light orchid (#e2a6d5) and medium purple (#a171ea).
Brightness
Saturation
Warmth
💡 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 Elegant Purple palette
💻 Elegant Purple color palette CSS
/* CSS */
.color-1 {
color: #f7f5ed;
}
.color-2 {
color: #f0e0db;
}
.color-3 {
color: #e9c8d3;
}
.color-4 {
color: #e2a6d5;
}
.color-5 {
color: #a171ea;
}
/* CSS Variables */
:root {
--color-1: #f7f5ed;
--color-2: #f0e0db;
--color-3: #e9c8d3;
--color-4: #e2a6d5;
--color-5: #a171ea;
}
🌈 Elegant Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f5ed, #f0e0db, #e9c8d3, #e2a6d5, #a171ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f5ed, #f0e0db, #e9c8d3, #e2a6d5, #a171ea);
}
🔗 Explore similar color palettes
Elegant Purple color palette created on .