Paleta de colores Midnight Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Midnight Blue

Download midnight blue color palette PNG image (landscape)
Download midnight blue color palette PNG image (square)

CSS de la paleta de colores Midnight Blue

/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #2c5e90;
}
.color-3 {
color: #3e7eb1;
}
.color-4 {
color: #5ea4d9;
}
.color-5 {
color: #a2c7e7;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #2c5e90;
--color-3: #3e7eb1;
--color-4: #5ea4d9;
--color-5: #a2c7e7;
}

CSS del degradado de fondo Midnight Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #2c5e90, #3e7eb1, #5ea4d9, #a2c7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #2c5e90, #3e7eb1, #5ea4d9, #a2c7e7);
}

Midnight Blue color palette created on .