Elegant Night Color Palette
Discover the beautiful Elegant Night color palette featuring port gore (#171736), cloud burst (#242466), gigas (#3a3aa1), moody blue (#6565d7) and prelude (#d3bbe7).
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 Elegant Night palette
💻 Elegant Night color palette CSS
/* CSS */
.color-1 {
color: #171736;
}
.color-2 {
color: #242466;
}
.color-3 {
color: #3a3aa1;
}
.color-4 {
color: #6565d7;
}
.color-5 {
color: #d3bbe7;
}
/* CSS Variables */
:root {
--color-1: #171736;
--color-2: #242466;
--color-3: #3a3aa1;
--color-4: #6565d7;
--color-5: #d3bbe7;
} 🌈 Elegant Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #171736, #242466, #3a3aa1, #6565d7, #d3bbe7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #171736, #242466, #3a3aa1, #6565d7, #d3bbe7);
} 🔗 Explore similar color palettes
Elegant Night color palette created on .