Midnight Blue Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Blue Dream palette

Share this palette to:

Midnight Blue Dream color palette CSS

/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #3b6fa0;
}
.color-3 {
color: #58b2d0;
}
.color-4 {
color: #f8e749;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #3b6fa0;
--color-3: #58b2d0;
--color-4: #f8e749;
--color-5: #ff6e61;
}

Midnight Blue Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #3b6fa0, #58b2d0, #f8e749, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #3b6fa0, #58b2d0, #f8e749, #ff6e61);
}

Midnight Blue Dream color palette created on .