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: #3a3f59;
}
.color-2 {
color: #5d7a89;
}
.color-3 {
color: #8ba79d;
}
.color-4 {
color: #e1b25b;
}
.color-5 {
color: #d25660;
}

/* CSS Variables */
:root {
--color-1: #3a3f59;
--color-2: #5d7a89;
--color-3: #8ba79d;
--color-4: #e1b25b;
--color-5: #d25660;
}

CSS del degradado de fondo Midnight Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3f59, #5d7a89, #8ba79d, #e1b25b, #d25660);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3f59, #5d7a89, #8ba79d, #e1b25b, #d25660);
}

Midnight Serenade color palette created on .