Midnight Ocean Depths Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Ocean Depths palette

Share this palette to:

Midnight Ocean Depths color palette CSS

/* CSS */
.color-1 {
color: #665e73;
}
.color-2 {
color: #3d3d52;
}
.color-3 {
color: #242c47;
}
.color-4 {
color: #162546;
}
.color-5 {
color: #0b1a3d;
}

/* CSS Variables */
:root {
--color-1: #665e73;
--color-2: #3d3d52;
--color-3: #242c47;
--color-4: #162546;
--color-5: #0b1a3d;
}

Midnight Ocean Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #665e73, #3d3d52, #242c47, #162546, #0b1a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #665e73, #3d3d52, #242c47, #162546, #0b1a3d);
}

Similar color palettes

Scroll down to explore 1 Slate gray color palette

Midnight Ocean Depths color palette created on .