Paleta de colores Midnight Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Serenity

/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #2b3d50;
}
.color-3 {
color: #4a5b73;
}
.color-4 {
color: #6f7b8b;
}
.color-5 {
color: #9cb3c9;
}

/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #2b3d50;
--color-3: #4a5b73;
--color-4: #6f7b8b;
--color-5: #9cb3c9;
}

CSS del degradado de fondo Midnight Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #2b3d50, #4a5b73, #6f7b8b, #9cb3c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #2b3d50, #4a5b73, #6f7b8b, #9cb3c9);
}

Midnight Serenity color palette created on .