Dark Purple Dreams Color Palette
Discover the beautiful Dark Purple Dreams color palette featuring meteorite (#3f1b79), affair (#704d99), lavender purple (#9a7ab3), light wisteria (#c49fd6) and twilight (#e2c5e1).
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 Dark Purple Dreams palette
💻 Dark Purple Dreams color palette CSS
/* CSS */
.color-1 {
color: #3f1b79;
}
.color-2 {
color: #704d99;
}
.color-3 {
color: #9a7ab3;
}
.color-4 {
color: #c49fd6;
}
.color-5 {
color: #e2c5e1;
}
/* CSS Variables */
:root {
--color-1: #3f1b79;
--color-2: #704d99;
--color-3: #9a7ab3;
--color-4: #c49fd6;
--color-5: #e2c5e1;
} 🌈 Dark Purple Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f1b79, #704d99, #9a7ab3, #c49fd6, #e2c5e1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f1b79, #704d99, #9a7ab3, #c49fd6, #e2c5e1);
} 🔗 Explore similar color palettes
Dark Purple Dreams color palette created on .