Midnight Aquarium Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Aquarium palette
Midnight Aquarium color palette PNG image
Midnight Aquarium color palette CSS
/* CSS */
.color-1 {
color: #1a2e3d;
}
.color-2 {
color: #4b7c91;
}
.color-3 {
color: #70b4c2;
}
.color-4 {
color: #a1e3f7;
}
.color-5 {
color: #f5fffd;
}
/* CSS Variables */
:root {
--color-1: #1a2e3d;
--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, #1a2e3d, #4b7c91, #70b4c2, #a1e3f7, #f5fffd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a2e3d, #4b7c91, #70b4c2, #a1e3f7, #f5fffd);
}
Similar color palettes
Scroll down to explore 1000+ colors.aquarium color palettes
Midnight Aquarium color palette created on .