Paleta de colores Midnight Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Reverie palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Reverie

/* CSS */
.color-1 {
color: #1e1f24;
}
.color-2 {
color: #3b3d45;
}
.color-3 {
color: #5d606f;
}
.color-4 {
color: #7e8095;
}
.color-5 {
color: #a3a4c8;
}

/* CSS Variables */
:root {
--color-1: #1e1f24;
--color-2: #3b3d45;
--color-3: #5d606f;
--color-4: #7e8095;
--color-5: #a3a4c8;
}

CSS del degradado de fondo Midnight Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f24, #3b3d45, #5d606f, #7e8095, #a3a4c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f24, #3b3d45, #5d606f, #7e8095, #a3a4c8);
}

Midnight Reverie color palette created on .