Midnight Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Blue palette

Share this palette to:

Midnight Blue color palette CSS

/* CSS */
.color-1 {
color: #213082;
}
.color-2 {
color: #3241a4;
}
.color-3 {
color: #4f64ba;
}
.color-4 {
color: #728ada;
}
.color-5 {
color: #9fb7e5;
}

/* CSS Variables */
:root {
--color-1: #213082;
--color-2: #3241a4;
--color-3: #4f64ba;
--color-4: #728ada;
--color-5: #9fb7e5;
}

Midnight Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #213082, #3241a4, #4f64ba, #728ada, #9fb7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #213082, #3241a4, #4f64ba, #728ada, #9fb7e5);
}

Midnight Blue color palette created on .