Purple Nightshade Color Palette
Discover the beautiful Purple Nightshade color palette featuring bossanova (#4b2c5e), affair (#6e4b8b), purple mountain's majesty (#a879af), prelude (#d6c2e0) and amour (#f4e1f0).
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 Nightshade palette
💻 Purple Nightshade color palette CSS
/* CSS */
.color-1 {
color: #4b2c5e;
}
.color-2 {
color: #6e4b8b;
}
.color-3 {
color: #a879af;
}
.color-4 {
color: #d6c2e0;
}
.color-5 {
color: #f4e1f0;
}
/* CSS Variables */
:root {
--color-1: #4b2c5e;
--color-2: #6e4b8b;
--color-3: #a879af;
--color-4: #d6c2e0;
--color-5: #f4e1f0;
} 🌈 Purple Nightshade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c5e, #6e4b8b, #a879af, #d6c2e0, #f4e1f0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c5e, #6e4b8b, #a879af, #d6c2e0, #f4e1f0);
} 🔗 Explore similar color palettes
Purple Nightshade color palette created on .