Purple Night Dream Color Palette
Discover the beautiful Purple Night Dream color palette featuring port gore (#1a1a4c), victoria (#4e3a82), fuchsia blue (#7b5eba), east side (#b29ad0) and blue chalk (#f2e5ff).
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 Night Dream palette
💻 Purple Night Dream color palette CSS
/* CSS */
.color-1 {
color: #1a1a4c;
}
.color-2 {
color: #4e3a82;
}
.color-3 {
color: #7b5eba;
}
.color-4 {
color: #b29ad0;
}
.color-5 {
color: #f2e5ff;
}
/* CSS Variables */
:root {
--color-1: #1a1a4c;
--color-2: #4e3a82;
--color-3: #7b5eba;
--color-4: #b29ad0;
--color-5: #f2e5ff;
} 🌈 Purple Night Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a4c, #4e3a82, #7b5eba, #b29ad0, #f2e5ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a4c, #4e3a82, #7b5eba, #b29ad0, #f2e5ff);
} 🔗 Explore similar color palettes
Purple Night Dream color palette created on .