Midnight Ocean Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Ocean Breeze palette

Share this palette to:

Midnight Ocean Breeze color palette CSS

/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #004080;
}
.color-3 {
color: #0073a8;
}
.color-4 {
color: #00b0e0;
}
.color-5 {
color: #7eb2d3;
}

/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #004080;
--color-3: #0073a8;
--color-4: #00b0e0;
--color-5: #7eb2d3;
}

Midnight Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #004080, #0073a8, #00b0e0, #7eb2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #004080, #0073a8, #00b0e0, #7eb2d3);
}

Midnight Ocean Breeze color palette created on .