Midnight Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Ocean palette
Midnight Ocean color palette CSS
/* CSS */
.color-1 {
color: #00aeff;
}
.color-2 {
color: #005c99;
}
.color-3 {
color: #003b80;
}
.color-4 {
color: #001f5c;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #00aeff;
--color-2: #005c99;
--color-3: #003b80;
--color-4: #001f5c;
--color-5: #000000;
}
Midnight Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aeff, #005c99, #003b80, #001f5c, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aeff, #005c99, #003b80, #001f5c, #000000);
}
Similar color palettes
Midnight Ocean color palette created on .