Purple Nightmare Color Palette
Discover the beautiful Purple Nightmare color palette featuring bossanova (#4a2a5a), affair (#7a4f8c), purple mountain's majesty (#b67fb8), melanie (#e1b2d4) and blue chalk (#f0e0ff).
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 Purple Nightmare palette
💻 Purple Nightmare color palette CSS
/* CSS */
.color-1 {
color: #4a2a5a;
}
.color-2 {
color: #7a4f8c;
}
.color-3 {
color: #b67fb8;
}
.color-4 {
color: #e1b2d4;
}
.color-5 {
color: #f0e0ff;
}
/* CSS Variables */
:root {
--color-1: #4a2a5a;
--color-2: #7a4f8c;
--color-3: #b67fb8;
--color-4: #e1b2d4;
--color-5: #f0e0ff;
} 🌈 Purple Nightmare background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2a5a, #7a4f8c, #b67fb8, #e1b2d4, #f0e0ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2a5a, #7a4f8c, #b67fb8, #e1b2d4, #f0e0ff);
} 🔗 Explore similar color palettes
Purple Nightmare color palette created on .