Midnight Aquarium Color Palette
Discover the beautiful Midnight Aquarium color palette featuring big stone (#1a2e3c), smalt blue (#4b7c91), glacier (#70b4c2), sail (#a1e3f7) and clear day (#f5fffd).
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 Aquarium palette
💻 Midnight Aquarium color palette CSS
/* CSS */
.color-1 {
color: #1a2e3c;
}
.color-2 {
color: #4b7c91;
}
.color-3 {
color: #70b4c2;
}
.color-4 {
color: #a1e3f7;
}
.color-5 {
color: #f5fffd;
}
/* CSS Variables */
:root {
--color-1: #1a2e3c;
--color-2: #4b7c91;
--color-3: #70b4c2;
--color-4: #a1e3f7;
--color-5: #f5fffd;
} 🌈 Midnight Aquarium background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a2e3c, #4b7c91, #70b4c2, #a1e3f7, #f5fffd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a2e3c, #4b7c91, #70b4c2, #a1e3f7, #f5fffd);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Midnight Aquarium color palette created on .