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: #1b157a;
}
.color-2 {
color: #342d9f;
}
.color-3 {
color: #5153cd;
}
.color-4 {
color: #8597e5;
}
.color-5 {
color: #b0c5f2;
}

/* CSS Variables */
:root {
--color-1: #1b157a;
--color-2: #342d9f;
--color-3: #5153cd;
--color-4: #8597e5;
--color-5: #b0c5f2;
}

Midnight Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b157a, #342d9f, #5153cd, #8597e5, #b0c5f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b157a, #342d9f, #5153cd, #8597e5, #b0c5f2);
}

Midnight Blue color palette created on .