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: #1c1e2b;
}
.color-2 {
color: #2a2c4b;
}
.color-3 {
color: #4b4e7c;
}
.color-4 {
color: #7f83c7;
}
.color-5 {
color: #b4b8e4;
}

/* CSS Variables */
:root {
--color-1: #1c1e2b;
--color-2: #2a2c4b;
--color-3: #4b4e7c;
--color-4: #7f83c7;
--color-5: #b4b8e4;
}

Midnight Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e2b, #2a2c4b, #4b4e7c, #7f83c7, #b4b8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e2b, #2a2c4b, #4b4e7c, #7f83c7, #b4b8e4);
}

Midnight Blue color palette created on .