Paleta de colores Midnight Enigma

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Enigma palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Enigma

/* CSS */
.color-1 {
color: #1e1a3d;
}
.color-2 {
color: #4b496e;
}
.color-3 {
color: #7b7c93;
}
.color-4 {
color: #a8a6b0;
}
.color-5 {
color: #c2c2d6;
}

/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #4b496e;
--color-3: #7b7c93;
--color-4: #a8a6b0;
--color-5: #c2c2d6;
}

CSS del degradado de fondo Midnight Enigma

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #4b496e, #7b7c93, #a8a6b0, #c2c2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #4b496e, #7b7c93, #a8a6b0, #c2c2d6);
}

Midnight Enigma color palette created on .