Paleta de colores Midnight Nostalgia

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Nostalgia palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Nostalgia

/* CSS */
.color-1 {
color: #4a2c6d;
}
.color-2 {
color: #7c4b9b;
}
.color-3 {
color: #a77dba;
}
.color-4 {
color: #e2c5d3;
}
.color-5 {
color: #f9e5c8;
}

/* CSS Variables */
:root {
--color-1: #4a2c6d;
--color-2: #7c4b9b;
--color-3: #a77dba;
--color-4: #e2c5d3;
--color-5: #f9e5c8;
}

CSS del degradado de fondo Midnight Nostalgia

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c6d, #7c4b9b, #a77dba, #e2c5d3, #f9e5c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c6d, #7c4b9b, #a77dba, #e2c5d3, #f9e5c8);
}

Midnight Nostalgia color palette created on .