Purple Night Sky Color Palette
Discover the beautiful Purple Night Sky color palette featuring mirage (#1c203b), jacarta (#2b2f6e), gigas (#4c3c90), affair (#7b4b9b) and prelude (#e1b9e4).
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 Sky palette
💻 Purple Night Sky color palette CSS
/* CSS */
.color-1 {
color: #1c203b;
}
.color-2 {
color: #2b2f6e;
}
.color-3 {
color: #4c3c90;
}
.color-4 {
color: #7b4b9b;
}
.color-5 {
color: #e1b9e4;
}
/* CSS Variables */
:root {
--color-1: #1c203b;
--color-2: #2b2f6e;
--color-3: #4c3c90;
--color-4: #7b4b9b;
--color-5: #e1b9e4;
} 🌈 Purple Night Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c203b, #2b2f6e, #4c3c90, #7b4b9b, #e1b9e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c203b, #2b2f6e, #4c3c90, #7b4b9b, #e1b9e4);
} 🔗 Explore similar color palettes
Purple Night Sky color palette created on .