Midnight Rain Color Palette
Discover the beautiful Midnight Rain color palette featuring port gore (#1a1a3d), east bay (#4a4a87), deluge (#6e6eb4), polo blue (#9db0d8) and chambray (#3f5c97).
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 Midnight Rain palette
💻 Midnight Rain color palette CSS
/* CSS */
.color-1 {
color: #1a1a3d;
}
.color-2 {
color: #4a4a87;
}
.color-3 {
color: #6e6eb4;
}
.color-4 {
color: #9db0d8;
}
.color-5 {
color: #3f5c97;
}
/* CSS Variables */
:root {
--color-1: #1a1a3d;
--color-2: #4a4a87;
--color-3: #6e6eb4;
--color-4: #9db0d8;
--color-5: #3f5c97;
} 🌈 Midnight Rain background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a3d, #4a4a87, #6e6eb4, #9db0d8, #3f5c97);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a3d, #4a4a87, #6e6eb4, #9db0d8, #3f5c97);
} 🔗 Explore similar color palettes
Midnight Rain color palette created on .