Paleta de colores Midnight Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Serenade

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b3d99;
}
.color-3 {
color: #6b5fbf;
}
.color-4 {
color: #9a7dd8;
}
.color-5 {
color: #d1c7f5;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b3d99;
--color-3: #6b5fbf;
--color-4: #9a7dd8;
--color-5: #d1c7f5;
}

CSS del degradado de fondo Midnight Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b3d99, #6b5fbf, #9a7dd8, #d1c7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b3d99, #6b5fbf, #9a7dd8, #d1c7f5);
}

Midnight Serenade color palette created on .